public ActionResult <List <Subscription> > GetSorted([FromQuery] SearchQuery query)
 {
     return(_subscriptionsService.GetSorted(query));
 }