RequiresSTAAttribute
Marks a test that must run in the STA, causing it
to run in a separate thread if necessary.
On methods, you may also use STAThreadAttribute
to serve the same purpose.
public RequiresSTAAttribute()
Construct a RequiresSTAAttribute