export interface IToogleAzureService {
    isEnable: boolean;
    needReload: boolean;
}
