Get a status by id.
Future<Status> getStatus(int statusId) => _apiClient.getStatus(statusId).catchError((error) { _crashlytics?.recordError(error, StackTrace.current); throw error; });