public void AddTextTierWithEmptySegments_AddsTier() { _collection.AddTextTierWithEmptySegments("tb"); Assert.IsNotNull(_collection.FirstOrDefault(t => t.Id == "tb")); }