public override string ToString()
 {
     return(Issues.Select(e => e.Message).Aggregate((a, b) => String.Format("{0}\r\n{1}", a, b)));
 }