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