namespace Kreta.Core.FileService.Configuration { public interface IFileServiceConfiguration { StorageElementCollection Storages { get; } } }