public System.Threading.Tasks.Task <string> UpdateFriendAsync(ApplicationService.DTOs.FriendshipDTO friendDto)
 {
     return(base.Channel.UpdateFriendAsync(friendDto));
 }
 public string UpdateFriend(ApplicationService.DTOs.FriendshipDTO friendDto)
 {
     return(base.Channel.UpdateFriend(friendDto));
 }