public void Inspect(IExportStrategy exportStrategy)
        {
            exportStrategy.EnrichWithDelegate((scope, context, instance) =>
                                              {
                                                  PageFactory.InitElements(_webDriver,instance);

                                                  return instance;
                                              });
        }