static string Escape(string value) =>
 ArgumentFormatter.EscapeString(value).Replace("\"", "\\\"");