IReleasePolicy public interface IReleasePolicy : IDisposable Policy managing lifetime of components, and in particular their release process. Documentation Code bool HasTrack(object instance) void Release(object instance) void Track(object instance, Burden burden)