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