public RedeemVoucherFeature(MobileTestPlatform platform)
     : base(platform)
 {
 }
 public LoginFeature(MobileTestPlatform platform)
     : base(platform)
 {
 }
 protected BaseTestFixture(MobileTestPlatform mobileTestPlatform)
 {
     AppiumDriver.MobileTestPlatform = mobileTestPlatform;
 }