oam.removeContact(action.getEmail(), user.getEmail(), false);
String json = toJson.getJson(null, user.getEmail(), MessageType.removeContact);
ChannelService channelService = ChannelServiceFactory.getChannelService();
channelService.sendMessage(new ChannelMessage(action.getEmail(), json));
}
return new RemoveContactResult();
}