/// <summary> /// Gets the credits of this movie. /// </summary> /// <returns>The credits of the movie.</returns> public async Task <Credits> CreditsAsync() { return(await TheMovieDb.GetMovieCreditsAsync(Id)); }