private static string GetSeparator(object _commandParameter)
 => ConverterHelper.IsParameterSet("ListSeparator", _commandParameter) ? null : Environment.NewLine;