fillRect(x: number, y: number, width: number, height: number) {
    this._context.fillRect(x, y, width, height);
  }