public static StatisticsState WithStatistics(PatchDocument statistics) { return(new StatisticsState { Statistics = statistics.Clone() }); }