namespace Kiseki.Launcher.Models { public class HealthCheck { public string Response { get; set; } } }