private bool GetOutputInternal(int index, out PlayableOutputHandle handle)
 {
     return(PlayableGraph.GetOutputInternal_Injected(ref this, index, out handle));
 }