public Task <AlbumSummary> CreateAlbum([FromBody] AlbumSummary value) { return(_imageProvider.CreateAlbum(value)); }