public static IPromise SubscribeToNotice(DatabaseApi api) { return(api.Subscribe(ChangeNotify).Then(() => Init(api))); }