export class Observable {
      /**
       * Retrieves the value of a property from the object.
       */
      get(keyName: string): {};