/// <summary> /// Gets the images of this collection /// </summary> /// <returns>The image set of this collection.</returns> public async Task <Image> ImagesAsync() { return(await TheMovieDb.GetCollectionImagesAsync(Id)); }