public async Task <object> DeleteTracker(Guid trackerId) { return(await _trackerService.DeleteTracker(trackerId)); }