Currently all the echo handlers lie in the nostr file and even the service is defined there. It would be great if we can move the service and it's handler functions elsewhere (ideally to service.go) and only keep nostr related parts of the code in internal/nostr/nostr.go
Also, kinda related: #72 (comment)