export enum HttpHeaders {
    ContentType = "Content-Type",
    Authorization = "Authorization"
}