private Texture GetTextureFromStore(string texturePathKey) { string texturePath = contentManager.GetContentPath(texturePathKey); Texture texture = textureStore.CreateTexture(texturePath); return(texture); }