public async Task <CSICodeDetailsModel> GetMandatoryListCSICodeInfo(string code)
 {
     return(await _mandatoryListAppService.GetMandatoryListCSICodeInfo(code));
 }