package health

func Echo(message string) string {

	return message
}