private void TryEnsureSchemas() { TranslationDatabase.TryEnsureSchema(typeof(Translation)); LanguageDatabase.TryEnsureSchema(typeof(Language)); }