public static IEnumerable <T> List <T>(ListOptions <T> options) { using var form = new ListForm <T>(options); return(form.Start()); }