public GetStepResponseListResponse GetStepResponse(GetStepResponseListRequest request) { try { GetStepResponseListResponse response = null; response = DTOUtils.GetStepResponses(request.StepId, request.ContractNumber, true, request.UserId); return(response); } catch (Exception ex) { throw new Exception("DD:DataProgramManager:GetStepResponse()::" + ex.Message, ex.InnerException); } }