getUser

fun getUser(id: Long): Result<User>
fun getUser(appId: Long, socialId: String): Result<User>