namespace Expose.MyIT.Shared.Models.Stateless; public interface ISsaOrderController { enum Action : int { All = 0 } }