namespace ET.Server
{
    [ComponentOf(typeof (Session))]
    public class SessionLockComponent: Entity, IAwake
    {
    }
}