public DomainStatisticsData(DomainStatistics item) { Count = item.Count; }
public RawDomainStatistics(DomainStatistics stats) : base(stats) { }