namespace hurkle { internal class LossViewModel { public int MaxGuesses { get; init; } public GamePoint HurkleLocation { get; init; } } }