namespace StellaOps.Scanner.WebService.Contracts; public sealed record ScanSubmitResponse( string ScanId, string Status, string? Location, bool Created);