namespace ZymonicServices; public interface IZymonicProcessApiResponse where TZymonicProcessResponse : class, IZymonicProcessResponse, new() where TZymonicProcessForm : class, IZymonicProcessResponseForm, new() { // [JsonPropertyName("session_errors")] // public List? sessionErrors { get; set; } public string? Authenticated { get; set; } public string? ProcessId { get; set; } }