public Report() { Name = string.Empty; ReportHosts = new ReportHosts(); }
public Report() { Name = ""; ReportHosts = new ReportHosts(); }