namespace QuestionableCompanion.Services; public class StopConditionData { public required bool Enabled { get; init; } public required int TargetValue { get; init; } }