protected bool Equals(AccountCreated other) { return(string.Equals(AccountNumber, other.AccountNumber)); }
protected bool Equals(AccountCreated other) { return string.Equals(AccountNumber, other.AccountNumber); }