namespace AipGateway.Messaging.Models { public enum PayloadType { ApiCall, FileJob, Stop, } }