public static isObjectIdentity(value: any): value is ObjectIdentity {
    return value && typeof (<ObjectIdentity>value).getObjectId === 'function';
  }