using System; using System.Collections.Generic; using System.Linq; using System.Text; using NUnit.Framework; namespace Tests.Transport { [TestFixture] class TestREST { [Test] public void Deliver() { } } }