public enum SendingPipeline { // 1. Convert message to proto // 2. Convert proto to binary // 3. Encrypt // 4. Send to snode }