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 environment variables. Only enabled in _Development_ mode public record ServiceStatus(string Status, VersionInfo Version, EnvironmentInfo Environment);