protected bool Equals(PollingJobSuccess other) { return string.Equals(Description, other.Description); }
protected bool Equals(PollingJobSuccess other) { return(string.Equals(Description, other.Description)); }