export class AltimeterDestination {
  public name: string;
  public url: string;

  constructor(name: string, url: string) {