public async Task <ActionResult <ApproveStoreResponse> > ApproveStore(int id) { var rs = await _storesService.ApproveStore(id); return(Ok(rs)); }