You should try to avoid using the Instance options. This is discussed in the CSLA .NET Version 2.1 Handbook, and you can see the implementation and use of both options.
The primary difference is that the Instance options are slower and consume more memory, while the per-type options (which are the default) are faster and consume less memory.
Copyright (c) Marimer LLC