GetTableMetadata("Property", "Listing"); // We can also get all available lookup values on the given resource IEnumerable<RetsLookupTypeCollection> lookupTypes = await client.GetLookupValues("Property"); // We can also get a list of all available lookup types for a give resource and lookup...