namespace Wino.Core.Domain.Interfaces { public interface IImapThreadingStrategy : IThreadingStrategy { } }