public interface IManager { void Init(); void Release(); }