public void Type(string text) => VS.InvokeSync(() => View.Type(text));
public void Type(string text) { View.Type(text); }