public void OnActionsProviderDestroyed(JSONStorable storable)
 {
     if (!_valid)
     {
         return;
     }
     _remoteCommandsManager.Remove(storable);
 }