namespace SharpChat.Users; public class UserExistsException(string argName) : ArgumentException("A user with that id already exists.", argName) { }