public static string Password(PasswordOptions options) { using var form = new PasswordForm(options); return(form.Start()); }