public int SendAlarmRequest(DateTime?start, DateTime?end) { return(group.SendAlarmRequest(start, end)); }