public static void AssertIsValid(string password)
 {
     AssertionConcern.AssertArgumentNotNull(password, Errors.InvalidPassword);
 }