namespace PARR.GeneratorTemplates
{
public interface IGeneratorTemplate
Task StartAsync();
Task StopAsync();
}