public void ShouldCreateId(string title, string expectedId) { string actualId = _factory.GetId(title); Assert.Equal(expectedId, actualId); }