public SystemStatisticsController(ISystemStatisticsService systemStatisticsService) { Argument.NotNull(systemStatisticsService, "systemStatustucsService"); _systemStatisticsService = systemStatisticsService; }