namespace LiquidCode.Tester.Common.Models; public record TesterResponseModel( long SubmitId, State State, ErrorCode ErrorCode, string Message, int CurrentTest, int AmountOfTests );