public CallBackController(IConfiguration configuration)
 {
     Cfg = configuration;
     VkHelper.AuthWithToken(Cfg["AccessToken"]);
 }