/// declare module fb { interface ISecurityService { init(): ng.IHttpPromise; signOff(): void; switchOffice(kontorId: number): void; } }