public bool CategoryExists(string relativeUrl) { return(_categoryGateway.ExistsByRelativeUrl(relativeUrl)); }