namespace CodeLiturgy.Data.Application;
public enum EnvironmentType
{
Development,
Staging,
Production
}