namespace Xamarin.Forms { public interface IPageContainer where T : Page { T CurrentPage { get; } } }