public static EntitiesStreams Create() { var stream = new EntitiesStreams(); stream._streams = FasterDictionary <RefWrapperType, ITypeSafeStream> .Construct(); return(stream); }