namespace s8n_runtime.ViewModels; public struct WorkflowPoint { public float X { get; set; } public float Y { get; set; } }