namespace HTraceSSGI.Scripts.Services { public interface IService { void Update(); void Cleanup(); } }