private void ThenItShouldNotSetANumberConfig()
 {
     _configRepository.DidNotReceive().SetGeneralConfig(Arg.Any <string>(), Arg.Any <int>());
 }