public void ToString_Success()
		{
			EndpointConstraint c = new EndpointConstraint();
			Assert.AreEqual("[Endpoint]", c.ToString());
		}