using System; namespace Tapeti { public interface ISubscriber { } }