module Falcon::Environment::Redirect

def environments

@returns [Array(Async::Service::Environment)]
The services we will redirect to.
def environments
	[]
end