namespace BotSharp.Plugin.MongoStorage.Repository; public partial class MongoRepository { public IEnumerable GetTranslationMemories(IEnumerable queries) { throw new NotImplementedException(); } public bool SaveTranslationMemories(IEnumerable inputs) { throw new NotImplementedException(); } }