public void when_channel_is_null() { Assert.Throws <ArgumentNullException>(() => Lesson.Build(null)); }