public async Task <Protocols.Response.NotificationMulti> All()
 {
     return(new Protocols.Response.NotificationMulti
     {
         Datas = (await _notificationService.All()).ConvertAll(x => x.ToProtocol())
     });
 }