/// <summary> /// All images of this movie. /// </summary> /// <returns>The images.</returns> public async Task <Image> ImagesAsync() { return(await TheMovieDb.GetMovieImagesAsync(Id)); }