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