protected virtual void When_Authenticating_A_Client_WebApi_User()
 {
     Authenticator = new UserAuthenticator(MockWebApiAppSettings.Object);
     IsValid       = Authenticator.IsValid(Username, Password, true);
 }