private static IFormCollection <T> Of <T>(IFormCollection <IForm> collection) where T : IForm { return(collection.Of <T>()); }