export function Example<T>(exampleModel: T): any {
  return () => { return; };
}
