namespace OpenHarbor.Storage.Abstractions; public class FileAlreadyExistsException(string path) : Exception($"{path} already exists..");