public void Get_data_for_exclude()
        {
            var excludes = service.ShowExcludes();
            var data     = service.GetExcludeData(excludes.Content[0].Id);

            Assert.That(data.Producers, Is.Not.Null);
            Assert.That(data.Synonyms, Is.Not.Null);
        }