Publisher
public protocol Publisher : AnyObject- 
                  
                  DeclarationSwift var name: ModuleName { get }
- 
                  send(message:Default implementation) Default ImplementationDeclarationSwift func send(message: Event)
 Publisher Protocol Reference
        Publisher Protocol Reference