namespace Core.Thalos.BuildingBlocks.Common.Constants
{
    public class Roles
    {
        /// 
        /// The role for Guest.
        /// 
        public const string Guest = "684909c4826cd093b4f61c11";
        /// 
        /// The role for Admin.
        /// 
        public const string Admin = "68407642ec46a0e6fe1e8ec9";
    }
}