namespace WebTemplate.Status; /// /// Overall service status result. /// /// The value "OK" if everything is OK. Otherwise this service will not actually return a 200 /// HTTP result /// Detailed version information /// Collection of contextual information provided by different modules public record ServiceStatus(string Status, IVersionInfo Version, Dictionary Context);