namespace EchoHub.Core.Models; public enum ServerRole { Member = 0, Mod = 1, Admin = 2, Owner = 3 }