protocol EVContactBubbleDelegate : NSObjectProtocol {
    func contactBubbleWasSelected(_ contactBubble: EVContactBubble) -> Void
    func contactBubbleWasUnSelected(_ contactBubble: EVContactBubble) -> Void
    func contactBubbleShouldBeRemoved(_ contactBubble: EVContactBubble) -> Void
}