module fb { export interface IMockNotifyService extends INotifyService, IMockService { addNotification(notification: fb.INotification): void; } }