public static T Select <T>(SelectOptions <T> options) { using var form = new SelectForm <T>(options); return(form.Start()); }