blank(template, context, options, componentName = DEFAULT_COMPONENT_NAME) {
    const layout = Configuration["ember-dialog"].layoutPath + "/blank";
    return this.show(layout, template, context, options, componentName);
  }