module Byebug

def client

def client
  @client ||= Remote::Client.new(Context.interface)
end