public override string ToString() { var result = PropertyName.IsNullOrWhiteSpace() ? Reason : string.Format("{0} : {1}", PropertyName, Reason); return(result); }