public void ShouldThrowInvalidOperationExceptionIfNotConnected()
 {
     var client = new GraphClient(new Uri("http://foo"));
     client.ExecuteGetAllRelationshipsGremlin("", null);
 }
        public void ShouldThrowInvalidOperationExceptionIfNotConnected()
        {
            var client = new GraphClient(new Uri("http://foo"));

            client.ExecuteGetAllRelationshipsGremlin("", null);
        }