public ApplicationTestDouble()
 {
     Documents = new DocumentsTestDouble(this);
     Windows = new WindowsTestDouble(this);
 }
 public ApplicationTestDouble()
 {
     Documents = new DocumentsTestDouble(this);
     Windows   = new WindowsTestDouble(this);
 }