public void GetId_Value() { String actual = lookup.GetId(new TestModel { Id = "Test" }); String expected = "Test"; Assert.Equal(expected, actual); }