namespace Xamarin.Forms { public interface IPlatformElementConfiguration : IConfigElement where TPlatform : IConfigPlatform where TElement : Element { } }