namespace PolyChat.Models { enum SendCode { Message, Command, NameChange, Initial } }