protected bool Equals(RequestAnother other)
 {
     return(Equals(Source, other.Source));
 }
 protected bool Equals(RequestAnother other)
 {
     return(true);
 }