public static void Initialize()
 {
     _config = new CloudVRClientConfig();
     _config.ParseCommandLineArgs(Environment.GetCommandLineArgs());
 }