Tfl.Api.Presentation.Entities missing a dependency

Hi,

As a newbie to using the Unified API with .Net, I downloaded the DTO zip file from the api.tfl.gov.uk page’s API response types link and extracted it. It contained 1 assembly: Tfl.Api.Presentation.Entities, version 0.0.0.3928. When I try to reference types, e.g. StopPoint at runtime, an exception is thrown, as a dependency of Tfl.Api.Presentation.Entities is missing. Exception details are:
‘Could not load file or assembly ‘Tfl.Api.Common, Version=0.0.0.3928, Culture=neutral, PublicKeyToken=null’ or one of its dependencies. The system cannot find the file specified.’
Am I missing something here, or do I need to get this dependency from somewhere else?
TIA