#pragma warning disable 0672
        public override bool ShouldAutorotateToInterfaceOrientation(UIInterfaceOrientation toInterfaceOrientation)
#pragma warning restore 0672
        {
            return(AutorotateHelper.ShouldAutorotateToInterfaceOrientation(toInterfaceOrientation));
        }
 public override UIInterfaceOrientationMask GetSupportedInterfaceOrientations()
 {
     return(AutorotateHelper.GetSupportedInterfaceOrientations());
 }