public void WhenAuthenticate_ThenThrows()
 {
     Assert.Throws <NotImplementedException>(() =>
                                             provider.Authenticate(null, null, null));
 }