public Task <PageResult <OperationDto> > GetOperations(GetOperationsCommand command, CancellationToken token)
 => QueryDispatcher.Invoke <GetOperationsQuery, PageResult <OperationDto> >(token, command);
 public GetOperationsQuery(PiggyContext context, GetOperationsCommand command)
     : base(context)
     => _command = command;