public static void Awake(this LocationProxyComponent self)
 {
     LocationProxyComponent.Instance = self;
 }
 public static void Destroy(this LocationProxyComponent self)
 {
     self.lockDict.Clear();
 }