Future<ApiResponse<bool, bool>> ticketStatus(String ticketId) { return handleRequest(_api.ticketStatus(ticketId)); }