namespace VCommon.Services { public interface IService { void Start(); void Stop(); } }