public void DeleteInactiveProfilesThrowsNotImplementedException(FakeProfileProvider sut, ProfileAuthenticationOption option, DateTime date)
 {
   Assert.Throws<NotImplementedException>(() => sut.DeleteInactiveProfiles(option, date));
 }