/// <summary>
        /// Performs the playback of actions in this module.
        /// </summary>
        /// <remarks>You should not call this method directly, instead pass the module
        /// instance to the <see cref="TestModuleRunner.Run(ITestModule)"/> method
        /// that will in turn invoke this method.</remarks>

        void ITestModule.Run()
        {
            Preconditions.Init();
            Helper.WaitTillPageIsLoaded();
            PrivateWellPageObj.OpeningPrivateWellScreen();
            Helper.WaitTillPageIsLoaded();
            Helper.WaitForTimeInMilliSeconds(3000);
            PrivateWellPageObj.LandingPrivateWellScreen_Validation();
            Helper.WaitTillPageIsLoaded();
            PrivateWellPageObj.EnterSearchTextinPrivateWell(PrivateWellCNQName, PrivateWellCCESName);
        }
        /// <summary>
        /// Performs the playback of actions in this module.
        /// </summary>
        /// <remarks>You should not call this method directly, instead pass the module
        /// instance to the <see cref="TestModuleRunner.Run(ITestModule)"/> method
        /// that will in turn invoke this method.</remarks>
        void ITestModule.Run()
        {
            Preconditions.Init();
            Helper.WaitTillPageIsLoaded();
            Helper.WaitForTimeInMilliSeconds(5000);
            PrivateWellPageObj.OpeningPrivateWellScreen();
            Helper.WaitTillPageIsLoaded();
            Helper.WaitForTimeInMilliSeconds(5000);
            PrivateWellPageObj.LandingPrivateWellScreen_Validation();
            Helper.WaitTillPageIsLoaded();
            PrivateWellPageObj.EnterSearchTextinPrivateWell(PrivateWellCNQNameverif, PrivateWellCCESNameverif);
            string Well_Id   = Helper.GetValueTxtField(Welldataobj.txtUWI);
            string client_id = Helper.GetClientId();

            Welldataobj.MatchWellScreenData(client_id, Well_Id);
        }