namespace Net.Sdk.Web.Extensions.Azure.Options; public interface IAzureBlobStorageOptions { string ContainerName { get; set; } }