internal static SocketApplicationCommandChoice Create(Model model)
        {
            var entity = new SocketApplicationCommandChoice();

            entity.Update(model);
            return(entity);
        }