public AudioFileService()
 {
     _metadataService = new MetadataService();
     _fileService     = new FileService();
 }