Get a role by id.
Future<UserRole> getRole(int roleId) => _apiClient.getRole(roleId).catchError((error) { _crashlytics?.recordError(error, StackTrace.current); throw error; });