public BlogsEngine(int Tenant, BlogsStorage storage) { _storage = storage; _tenant = Tenant; InitNotify(); }