namespace Vinno.FIS.Sonopost.Features.Network { public interface INamedObject<T> { T Name { get; } } }