Future<CubeUser?> getUserByPhoneNumber(String phone) { return getUserByIdentifier(FILTER_PHONE, phone); }