public GameInstance(IFlyweightFactory storage)
 {
     this.CellStorage = storage;
 }
 public GameInstance(IFlyweightFactory storage)
 {
     this.CellStorage = storage;
 }