private static string FormatArgument(string name, string value)
 {
     return(string.Format("--{0}=\"{1}\"", name, Il2CppNativeCodeBuilderUtils.EscapeEmbeddedQuotes(value)));
 }