Server is an echo server used for testing.
type Server struct { pb.UnimplementedEchoServer }
func (s *Server) Echo(ctx context.Context, req *pb.EchoRequest) (*pb.EchoResponse, error)
Echo uses the message, Msg, in EchoRequest to formulate EchoResponse.