namespace AIStudio.Components.Pages.Coding; public readonly record struct CodingContext(string Id, CommonCodingLanguages Language, string Code);