using System; namespace Vinno.FIS.Sonopost.Managers.Interfaces { internal interface ISonopostManager : IDisposable { } }