Accounts
      (static) int Count( get; )
      (static) void Add( IAccount a )
      (static) void Configure()
      (static) IAccount GetAccount( string username )
      (static) ICollection<IAccount> GetAccounts()
      (static) void Load()
      (static) void Remove( string username )
      (static) void Save( WorldSaveEventArgs e )
      (ctor) Accounts()