<?php
namespace App\Values\SongStorageMetadata;
interface SongStorageMetadata
{
public function getPath(): string;
}