to separate cookie related code from Class Browser. ``` ts this.cookie = new BrowserCookie(this: Browser, profile: string) this.cookie.clean(): Promise<void> this.cookie.save(): Promise<void> this.cookie.load(): Promise<void> this.cookie.read(): Promise<Cookie[]> ```