namespace BotSharp.Abstraction.Users.Enums; public static class UserAction { public const string Edit = "edit"; public const string Chat = "chat"; }