public IHttpActionResult GetResidentsByIdNoList(List <string> resIdNos)
        {
            var response = _residentManageService.GetResidentsForExtApiByIdNoList(resIdNos);

            return(Ok(response));
        }