public Tracker GetStatus(String trackerId) { try { return(_falkonryService.GetStatus(trackerId)); } catch (Exception) { throw; } }