func main() {
	proc := NewHelloFriendProcess()
	proc.Run(context.Background(), os.Args)
}