ExplicitAttribute
Marks an assembly, test fixture or test method such that it will only run if explicitly
            executed from the GUI, command line or included within a test filter.
            The test will not be run simply because an enclosing suite is run.
            
                
public ExplicitAttribute()
Default constructor
            
Constructor with a reason
            
Modifies a test by marking it as explicit.