public async Task <bool> UpdateAsync(Album album)
 {
     throw new NotImplementedException();
 }
 public async Task <int> CreateAsync(Album album)
 {
     throw new NotImplementedException();
 }