public static void Prefix(ref OVRPlugin.ColorSpace colorSpace)
 {
     Plugin.Log.Debug($"Beafore : {colorSpace}");
     colorSpace = OVRPlugin.GetHmdColorDesc();
     Plugin.Log.Debug($"After : {colorSpace}");
 }