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