1 2 3 4 5 6 7
namespace VSH.Data.Miscellaneous; public sealed record AppPath { public string HostPath { get; init; } public string WebPath { get; init; } }