namespace Xamarin.Forms { public interface IMultiPageController { T GetPageByIndex(int index); } }