public void GetAllProfilesThrowsNotImplementedException(FakeProfileProvider sut, ProfileAuthenticationOption option)
 {
   int totalNumber;
   Assert.Throws<NotImplementedException>(() => sut.GetAllProfiles(option, 0, 0, out totalNumber));
 }