Is it good practice to use namespace like a variable???
using CommonEntities = HEPL.Common.UIModel.Entities;
using HEPL.Common.UIModel.Entities;
which one is good practice in above code?