namespace OpenCand.API.Config { public class FotosSettings { public string Path { get; set; } = string.Empty; public string ApiBasePath { get; set; } = string.Empty; } }