public void CreateAlbum(AlbumModel albumModel)
 {
     _albumFactory.CreateAlbum(albumModel);
     _logger.LogInformation("[0] album created", albumModel.Name);
 }