public async Task <(bool IsSuccess, IEnumerable <OrderModel> Orders, string ErrorMessage)> GetOrdersAsync() { return(await _query.GetAllAsync()); }