public async override Task <bool> Stop()
        {
            await PluginFactory.Stop(this);

            return(await base.Stop());
        }