public void GetByShorthandLocal() { var field = fields.GetByShorthand("1"); Assert.NotNull(field); Assert.Equal("First", field.Name); }