ProjectKeys.prototype.getKey = function(projectId, keyId, fn) {
      if (fn == null) {
        fn = null;
      }
      this.debug("ProjectKeys::getKey()");