export class NoAuthSigner { async sign(httpRequest, identity, signingProperties) { return httpRequest; } }