ExtensionObject.DatabaseManager.removeHostBindingForGameProfile(host, gameProfile);
this.removePlayerFromEachGameType(new Player(null, null, gameProfile), true);
} else {
throw new PlayerError(String.format("No associated game profile records exists for host=[%s]" +
" and game profile=[%s]", host, gameProfile));
}
}