public async Task <WrappedResponse <BankruptcyInfoVm> > QueryBankruptcy([FromHeader] long id) { return(await _service.QueryBankruptcy(id)); }