public async Task <bool> AreUsersFriends(string A, string B) { return(await _friendRepository.AreUsersFriends(A, B)); }