private string getDefaultValueForType(string controlName, string baseType) { DdtValues defaultValue = service.GetDdtValuesService().GetByNameLike(controlName + "." + baseType); return(defaultValue?.Value); }