public async Task DisLike(string id, string email)
 {
     _msgProvider.RemoveLike(id, email);
     await Clients.All.SendAsync("DisLike", id);
 }