public void GetEvent() { GetService.GetEvent(CurrentDateTime.FirstDayOfMonth().ToEpoch(), CurrentDateTime.EndOfLastDayOfMonth().ToEpoch(), (objSucces) => { SortEvent(objSucces); AddTag(objSucces); }, (obj) => { }); }