internal static void ResetInstance()
 {
     s_Instance = null;
     s_AndroidPermissionCheck = null;
 }
 internal static void ResetInstance()
 {
     _instance = null;
     _androidPermissionCheck = null;
 }
 internal static void ResetInstance()
 {
     s_Instance = null;
 }