using Nop.Services.Plugins; namespace Nop.Plugin.Misc.MyTestPlugin1 { /// /// Rename this file and change to the correct type /// public class MyTestPlugin : BasePlugin { } }