namespace DotNetCTFDumper.PluginAPI
{
    public interface IPlugin
    {
    
        object Activate(object input);

    }
}