private void Process(UpdateInfo update) { if (update.IsCommand()) { ProcessCommand(update.Message); } else { ProcessParameter(update.Message); } }