public string GetYearImageUrl(Model.Dto.BaseItemDto item, Model.Dto.ImageOptions options)
 {
     throw new NotImplementedException();
 }
 public string[] GetBackdropImageUrls(Model.Dto.BaseItemDto item, Model.Dto.ImageOptions options)
 {
     throw new NotImplementedException();
 }