public AccountGameConfigurationRepository(GameConfigurationDatabaseContext <TConfigType> context) : base(context) { }
public CharacterGameConfigurationRepository(GameConfigurationDatabaseContext <TConfigType> context) : base(context) { }