module vksdk.client.actors.Actor;

interface Actor {

    int getId();

    string getAccessToken();

}