package com.hepl.tunefortwo.service;

import java.nio.file.Path;

public interface FilePathService {

    Path getDestinationPath();

}
