public static IReadOnlyReactiveProperty <bool> RightTriggerPress(this Component component)
 {
     if (component == null)
     {
         return(null);
     }
     return(ObservableSteamInput.RightTriggerPress());
 }