protected ContentLoader()
 {
     current            = this;
     ContentProjectPath = Path.Combine("Content",
                                       AssemblyExtensions.GetEntryAssemblyForProjectName());
 }
 public virtual void Dispose()
 {
     current  = null;
     resolver = null;
 }