import { of } from 'rxjs'; export class SigninKeyDataServiceMock { getSigningKeys() { return of(); } }