namespace StopShopping.FileApi.Services; public class AppOptions { public string Domain { get; set; } = string.Empty; }