public static T GetLastContent <T>(this IComposite <T> composite) { return(composite.GetLastChild().Content); }