namespace ZymonicServices; public class ZymonicAuthentication { public string? username { get; set; } public string? password { get; set; } }