Introduction
Framework handles different types of messages and events
All handlers must be defined in Modules
Available handlers:
One method can be handler for different events:
[Action("Action")]
[Command("command")]
public async Task Hybrid()
{
ReplyAsync("Hybrid");
}