namespace Vinno.FIS.Sonopost.Managers.Interfaces { internal interface IDicomServerManager : ISonopostManager { void ChangeValue(); } }