namespace NzbDrone.Core.Lifecycle
{
    public interface IInitializable
    {
        void Init();
    }
}