namespace Vinno.FIS.Sonopost.Managers.Interfaces { internal interface IVersionCheckManager : ISonopostManager { string GetVersion(); } }