namespace DistTestCore { public abstract class PluginInterface { public abstract T GetPlugin() where T : IProjectPlugin; } }