namespace HK { public interface IReference { void Initialize(); void Dispose(); } }