namespace Socialize.Infrastructure.BlobStorage.Contracts; public static class SubDirectoryNames { public const string Profile = "profile"; public const string Contents = "contents"; public const string Albums = "albums"; }