sealed class StaticFile { public string Name { get; set; } = String.Empty; public bool Populate { get; set; } }