@Nullable
 @Override
 public Cipherer<VkAccountConfiguration, VkAccountConfiguration> getCipherer() {
   return new VkRealmConfigurationCipherer(
       App.getSecurityService().getStringSecurityService().getCipherer());
 }