public async Task <GetWarrantyProofResponse> GetWarrantyProof([FromQuery] string orderId) { return(await _warrantyService.GetWarrantyProof(orderId)); }