public void From_stream() { using (var stream = File.OpenRead(@"Remote\App\Deployment.xml")) { var deployment = Deployment.FromStream(_configuration, stream); Assert.That(deployment, Is.Not.Null); } }