New Interface proposal: ```go type Node interface { Start() error GetClient() rpc.Client } ```
New Interface proposal: