/// <summary> /// Sends command list /// </summary> /// <param name="userId"></param> public void ReplyWithCommandList(long userId) => messageSender.Send(userId, messageBuilder.BuildCommandList());