public void As_ShouldReturnMappedFlow() { var flow = _source.As(x => x.ToString() + "d"); Assert.IsType <MappedFlow <int, string> >(flow); }