Inheritance: IMobileBrowser
 public MobileDeviceDummy()
     : base(ConnectionType.Direct, "")
 {
     Browser = new MobileBrowserDummy();
 }