namespace Xamarin.Forms { public interface IConfigElement where T : Element { T Element { get; } } }