def action = SecuredAction(WithRole(role)).async{}
def socket = WebSocket.tryAcceptWithActor[String, String] {}
SecuredRequestHandler(WithRole(role))