public bool IsCurrent(params DasEnv[] environment)
 {
     return(EnvironmentService.IsCurrent(environment));
 }