export function getSelectedUserProfile(userId: number): UrbanoeThunkAction {
  return async (dispatch) => {
    dispatch({ type: 'SELECTED_USER_PROFILE_REQUEST', userId });

    try {