public static GMap Load(Stream MapStream, IProtocol Protocol) { var reader = Protocol.CreateReader(); return(reader.Read(MapStream)); }