public bool Equals(FakeDbDataParameter other)
 {
     return(ParameterName.Equals(other.ParameterName));
 }
 public bool Equals(FakeDbDataParameter other)
 {
     return ParameterName.Equals(other.ParameterName);
 }