namespace Kiseki.Launcher.Models { public class Health { public string Response { get; set; } = ""; } }