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