<?xml version="1.0"?>
<TemplatesExport xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" family="Live Templates">
  <Template uid="bcd4fffb-7692-4c1b-87c6-acdd72875ce8" shortcut="c" description="" text="public class $typename${&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember, TypeAndNamespace" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyClass&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="ded2ab4a-dcaf-4788-ab17-904e551e65e8" shortcut="C" description="" text="public static class $typename${&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember, TypeAndNamespace" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyClass&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="c0046508-762f-4257-bc79-663ef3b066b2" shortcut="i" description="" text="public interface $typename${&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember, TypeAndNamespace" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyInterface&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="f8a7eaee-56a9-4063-a25d-8bbd7ffd6b59" shortcut="s" description="" text="public struct $typename${&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember, TypeAndNamespace" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyStruct&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a451bca4-7c1f-4b98-be48-699a9c0df01f" shortcut="e" description="" text="public enum $typename${&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember, TypeAndNamespace" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyEnum&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="8f225b8a-b1a5-41a6-8ac7-37d2c399e72e" shortcut="a" description="" text="public abstract class $typename${&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember, TypeAndNamespace" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyClass&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="eee300d5-8dbe-4380-84f7-fb2a5380090a" shortcut="f" description="" text="[TestFixture]&#xA;public class $typename${&#xA;[Test]&#xA;public void $testmethodname$()&#xA;{&#xA;$END$&#xA;}&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember, TypeAndNamespace" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyClass&quot;)" initialRange="0" />
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a532e315-1786-4df1-b804-68992d3e120a" shortcut="vb" description="" text="private bool $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="525b2913-b8a1-4c1c-9aeb-137e7b47b348" shortcut="v" description="" text="private {typename} $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="570c683a-e965-4b1f-b19f-234624744a1d" shortcut="vc" description="" text="private char $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="42d2a163-4aef-4657-9fda-ae818771a736" shortcut="vf" description="" text="private float $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="0a07f824-36e5-44c4-a70b-a3e99143fd91" shortcut="vby" description="" text="private byte $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="c902d9ff-f73a-4cad-9b07-2565ad241471" shortcut="vd" description="" text="private double $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="713ed2d5-d2b0-40d5-af2d-ec7342520adf" shortcut="vi" description="" text="private int $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="c15ce9ca-a688-4966-9af5-e280693be746" shortcut="vs" description="" text="private string $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="d525d23a-b1dd-4ab1-b8fe-172d683ad9e0" shortcut="vl" description="" text="private long $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="8a70f655-bed2-4a25-94cc-21920062374d" shortcut="vg" description="" text="private System.Guid $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="1104bde6-7de6-4d1b-9ae1-0e954d82b7cb" shortcut="vu" description="" text="private uint $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="0c2ca846-d9c2-4718-aba7-5b015e751aa2" shortcut="vt" description="" text="private System.DateTime $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="e79771c6-41db-4820-bda3-85fa438403a1" shortcut="vx" description="" text="private System.Exception $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="b6aa85ba-cbcb-46d4-b03a-e45c55c3c665" shortcut="vsb" description="" text="private System.Text.StringBuilder $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="69581436-521b-4fb8-90fd-07b30714aafd" shortcut="vl." description="" text="private System.Collections.Generic.List&lt;$type0$&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="9e5a5d47-f1a2-49c2-b0e2-8c84a5cf236e" shortcut="vl.b" description="" text="private System.Collections.Generic.List&lt;bool&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="41e42793-0f67-4116-b9be-6ad9be911372" shortcut="vl.c" description="" text="private System.Collections.Generic.List&lt;char&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="fca4dfc7-8029-468b-a468-8c2336f954d9" shortcut="vl.f" description="" text="private System.Collections.Generic.List&lt;float&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="1ae68f3a-8616-44f0-9d48-6bb09b6fc822" shortcut="vl.by" description="" text="private System.Collections.Generic.List&lt;byte&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="c97ec057-6bab-40cd-b279-99b87d079b42" shortcut="vl.d" description="" text="private System.Collections.Generic.List&lt;double&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="5ddd6ac9-754d-4322-9d7d-6693ea61c366" shortcut="vl.i" description="" text="private System.Collections.Generic.List&lt;int&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="9a2ab529-30b5-4794-8e61-eea63a483c5b" shortcut="vl.s" description="" text="private System.Collections.Generic.List&lt;string&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="8a3ff62c-16bd-4c97-a88b-b64eb1e9ceb0" shortcut="vl.l" description="" text="private System.Collections.Generic.List&lt;long&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="739156c2-25f4-4a90-bfab-130359b7df79" shortcut="vl.g" description="" text="private System.Collections.Generic.List&lt;System.Guid&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="5a3bb6f7-56ea-4863-8cc9-46825ace3989" shortcut="vl.u" description="" text="private System.Collections.Generic.List&lt;uint&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="5e22155b-d0b1-483e-9972-0dc6d6656d50" shortcut="vl.t" description="" text="private System.Collections.Generic.List&lt;System.DateTime&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="b28b7fb6-d05a-43b6-b305-97f89eeb329b" shortcut="vh" description="" text="private System.Collections.Generic.HashSet&lt;$type0$&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="9bded4f8-f3d4-416b-98c9-24c6975aab08" shortcut="vhb" description="" text="private System.Collections.Generic.HashSet&lt;bool&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="07fb0a91-bbd2-41c9-a8f4-aa2d28dc7890" shortcut="vhc" description="" text="private System.Collections.Generic.HashSet&lt;char&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="767b7860-20d6-4d4b-ba88-4fc71f79776b" shortcut="vhf" description="" text="private System.Collections.Generic.HashSet&lt;float&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="e2f86fd3-8ecb-4f74-b99e-6da7d86d4930" shortcut="vhby" description="" text="private System.Collections.Generic.HashSet&lt;byte&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="48b2a54d-132c-4dc6-962d-1ae48a62e2d1" shortcut="vhd" description="" text="private System.Collections.Generic.HashSet&lt;double&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="da4e7605-aec2-4486-b09d-c646fb2a2356" shortcut="vhi" description="" text="private System.Collections.Generic.HashSet&lt;int&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="6c21f856-a3f8-458e-bedf-be60e3eb9f29" shortcut="vhs" description="" text="private System.Collections.Generic.HashSet&lt;string&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="dbc7d056-ad01-4ffe-81df-a7c8bf90fca5" shortcut="vhl" description="" text="private System.Collections.Generic.HashSet&lt;long&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="8bc74456-b1a5-4e58-9246-f31b1d39db32" shortcut="vhg" description="" text="private System.Collections.Generic.HashSet&lt;System.Guid&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="44cca33a-e6d9-4735-b56c-72f0c9e1ea51" shortcut="vhu" description="" text="private System.Collections.Generic.HashSet&lt;uint&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="ea73fed8-7b66-410d-95a9-3f19fe3eba5c" shortcut="vht" description="" text="private System.Collections.Generic.HashSet&lt;System.DateTime&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="34dc5dc4-59ab-4b21-9a06-e7af52f71b65" shortcut="vdi" description="" text="private System.Collections.Generic.Dictionary&lt;$type0$,$type1$&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="type1" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a235a4db-66f7-45cd-a4ce-cdc9a93ed362" shortcut="v~" description="" text="private System.Collections.Generic.IEnumerable&lt;$type0$&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="c0ebc19d-5de2-4cb1-bd1a-b106eda35397" shortcut="v~b" description="" text="private System.Collections.Generic.IEnumerable&lt;bool&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="ec0aed2c-7dfc-4383-b664-8686b2a58cb1" shortcut="v~c" description="" text="private System.Collections.Generic.IEnumerable&lt;char&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="6b3edda8-6913-4b65-b918-c3635287ad0c" shortcut="v~f" description="" text="private System.Collections.Generic.IEnumerable&lt;float&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="4a9486d6-60a0-48ae-a95c-24a312e3811c" shortcut="v~by" description="" text="private System.Collections.Generic.IEnumerable&lt;byte&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="4f03b5e5-a0ad-4ea3-b2a0-35a3a6a20742" shortcut="v~d" description="" text="private System.Collections.Generic.IEnumerable&lt;double&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="51503e1f-2b09-4cdb-ae3a-056db2836c32" shortcut="v~i" description="" text="private System.Collections.Generic.IEnumerable&lt;int&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="f1e10a8d-324f-4bbc-afb8-574608e40055" shortcut="v~s" description="" text="private System.Collections.Generic.IEnumerable&lt;string&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="1173d1d2-7e39-450b-b7e1-f5ef35a57311" shortcut="v~l" description="" text="private System.Collections.Generic.IEnumerable&lt;long&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="d8de4b3e-a881-4231-95cb-ec42868e80c0" shortcut="v~g" description="" text="private System.Collections.Generic.IEnumerable&lt;System.Guid&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="0521b9ce-5e03-49df-afca-9c6c15d3ffd2" shortcut="v~u" description="" text="private System.Collections.Generic.IEnumerable&lt;uint&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="f11ce8e5-20c6-4731-975c-f8d32528b48b" shortcut="v~t" description="" text="private System.Collections.Generic.IEnumerable&lt;System.DateTime&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a989a901-7b63-40c6-9fab-cc8667224908" shortcut="vrb" description="" text="private readonly bool $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="cfe00fcb-9925-4ea1-8529-0f003965f8d5" shortcut="vr" description="" text="private readonly {typename} $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="2e6c8415-fe59-4de1-8ca2-b6fe6e6a046e" shortcut="vrc" description="" text="private readonly char $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="98de7ce7-cf14-4d22-ad7c-e8406b8be0a2" shortcut="vrf" description="" text="private readonly float $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="1c623b03-831b-40cb-b0b7-6a16ae5cad47" shortcut="vrby" description="" text="private readonly byte $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a67c7e79-068d-4f6d-a51c-cf82d2385646" shortcut="vrd" description="" text="private readonly double $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="f22cf52c-1d2a-47dc-ad47-9c3f7a946b31" shortcut="vri" description="" text="private readonly int $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="d14de89a-3758-493e-82e5-9383e5282200" shortcut="vrs" description="" text="private readonly string $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="bfce70b8-4272-47cb-8b19-5b11271bb071" shortcut="vrl" description="" text="private readonly long $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="8878b825-6903-47b7-a920-00527fe3b234" shortcut="vrg" description="" text="private readonly System.Guid $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="5d86ae22-9451-4cb5-a94a-3701968e2997" shortcut="vru" description="" text="private readonly uint $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="bf2b74df-d45b-40e8-b615-f68045f3dcac" shortcut="vrt" description="" text="private readonly System.DateTime $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="7abe5a58-2588-4538-bb16-49baf5dfeb42" shortcut="vrx" description="" text="private readonly System.Exception $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="fed0b5b3-42ad-4025-8e9f-a910c6e3d0e5" shortcut="vrsb" description="" text="private readonly System.Text.StringBuilder $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="8538e397-171f-4b1b-bbbf-8614303a3ec7" shortcut="vrl." description="" text="private readonly System.Collections.Generic.List&lt;$type0$&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="504610b9-a2c1-4983-bc2a-87009482aeb6" shortcut="vrl.b" description="" text="private readonly System.Collections.Generic.List&lt;bool&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="0ac62bc9-8787-4c07-8cbe-b46685990857" shortcut="vrl.c" description="" text="private readonly System.Collections.Generic.List&lt;char&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="57bc0f97-a2a0-40d9-abb4-918ca993d01a" shortcut="vrl.f" description="" text="private readonly System.Collections.Generic.List&lt;float&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="b265d9e8-e606-4c0a-ad04-02676cba96c4" shortcut="vrl.by" description="" text="private readonly System.Collections.Generic.List&lt;byte&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="91dad630-24bf-4f60-978d-c0e46d8088b1" shortcut="vrl.d" description="" text="private readonly System.Collections.Generic.List&lt;double&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="adbfa554-f37a-41a6-bf8d-7117125f763f" shortcut="vrl.i" description="" text="private readonly System.Collections.Generic.List&lt;int&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="4fa21753-16bf-431f-ad27-84623e80dd80" shortcut="vrl.s" description="" text="private readonly System.Collections.Generic.List&lt;string&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="6887d844-cbb8-4569-b6b2-7cff2eedd26e" shortcut="vrl.l" description="" text="private readonly System.Collections.Generic.List&lt;long&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="7de89601-6e70-4051-86ab-b51cff70f26f" shortcut="vrl.g" description="" text="private readonly System.Collections.Generic.List&lt;System.Guid&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="208da6a3-1343-4d3d-b4ae-73c27b5d0f31" shortcut="vrl.u" description="" text="private readonly System.Collections.Generic.List&lt;uint&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="32a2282e-4299-4457-bba0-e58232fce263" shortcut="vrl.t" description="" text="private readonly System.Collections.Generic.List&lt;System.DateTime&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="7614be1e-3b75-4dee-b066-9080940781ca" shortcut="vrh" description="" text="private readonly System.Collections.Generic.HashSet&lt;$type0$&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a9ad0919-8c13-4b04-8e57-624120ed1890" shortcut="vrhb" description="" text="private readonly System.Collections.Generic.HashSet&lt;bool&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="c5bf08e1-5385-4053-b86e-e17650b7a716" shortcut="vrhc" description="" text="private readonly System.Collections.Generic.HashSet&lt;char&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="e71e6809-35e3-44e7-b2bd-16636f666895" shortcut="vrhf" description="" text="private readonly System.Collections.Generic.HashSet&lt;float&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="735a303e-4c49-44aa-a484-fc2035c20a2c" shortcut="vrhby" description="" text="private readonly System.Collections.Generic.HashSet&lt;byte&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="ad0e6e7a-5d8e-4a4c-81e9-69214a2e8f98" shortcut="vrhd" description="" text="private readonly System.Collections.Generic.HashSet&lt;double&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="f8bed31e-2ed0-4578-adf3-8da9e8130ce3" shortcut="vrhi" description="" text="private readonly System.Collections.Generic.HashSet&lt;int&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="79f1f174-4afe-4e9c-b91e-d2fea3af01f3" shortcut="vrhs" description="" text="private readonly System.Collections.Generic.HashSet&lt;string&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a5bcb8e5-8c34-48c6-b634-6dd288ce6964" shortcut="vrhl" description="" text="private readonly System.Collections.Generic.HashSet&lt;long&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="59ca8517-78b5-4fb9-99a7-e280d6c9a7b9" shortcut="vrhg" description="" text="private readonly System.Collections.Generic.HashSet&lt;System.Guid&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a0281eb6-34ba-465e-ba9d-350385d5ece9" shortcut="vrhu" description="" text="private readonly System.Collections.Generic.HashSet&lt;uint&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="0420efb5-1a1e-4b2a-b1bf-7fd60e972664" shortcut="vrht" description="" text="private readonly System.Collections.Generic.HashSet&lt;System.DateTime&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="adb93071-fc8f-445b-80ce-a5cd3a451fe6" shortcut="vrdi" description="" text="private readonly System.Collections.Generic.Dictionary&lt;$type0$,$type1$&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="type1" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="dea9908e-fbe0-4a3c-b6d2-e91651848755" shortcut="vr~" description="" text="private readonly System.Collections.Generic.IEnumerable&lt;$type0$&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="de3de9dc-98be-49f3-8262-6a3f8a016041" shortcut="vr~b" description="" text="private readonly System.Collections.Generic.IEnumerable&lt;bool&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="03cac275-5082-461c-bc01-c5fa61aec189" shortcut="vr~c" description="" text="private readonly System.Collections.Generic.IEnumerable&lt;char&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="3f022d56-8371-4f2f-8c23-5ebf2488e3ee" shortcut="vr~f" description="" text="private readonly System.Collections.Generic.IEnumerable&lt;float&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="4a5c7d00-ebc8-4650-9623-6adafedea759" shortcut="vr~by" description="" text="private readonly System.Collections.Generic.IEnumerable&lt;byte&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="6ae91a26-c2ea-423f-8ac7-069838a31398" shortcut="vr~d" description="" text="private readonly System.Collections.Generic.IEnumerable&lt;double&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="290ad092-a7bd-4b39-8c96-7329cbfb6b0e" shortcut="vr~i" description="" text="private readonly System.Collections.Generic.IEnumerable&lt;int&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="82057d8f-051d-4dcb-9b03-f6211b388e26" shortcut="vr~s" description="" text="private readonly System.Collections.Generic.IEnumerable&lt;string&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="537207ee-af28-4be8-8ca9-c9687c0c76e7" shortcut="vr~l" description="" text="private readonly System.Collections.Generic.IEnumerable&lt;long&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="353ac485-f520-40ee-a81f-a5ef2ed22517" shortcut="vr~g" description="" text="private readonly System.Collections.Generic.IEnumerable&lt;System.Guid&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="bfff3137-4d9e-4b39-b95b-3e34cbaf6371" shortcut="vr~u" description="" text="private readonly System.Collections.Generic.IEnumerable&lt;uint&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="0c61b789-0da0-45c9-b663-1da8fcc780d0" shortcut="vr~t" description="" text="private readonly System.Collections.Generic.IEnumerable&lt;System.DateTime&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="aab327ed-6a39-4882-b9db-115856805990" shortcut="Vb" description="" text="private static bool $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="22259373-a97c-45df-a944-26373ca8a68d" shortcut="V" description="" text="private static {typename} $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="7c0fd663-1c0a-4e9b-a4e6-c95c655e3077" shortcut="Vc" description="" text="private static char $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="0b75db55-f7f5-4068-8ee2-604578bcec22" shortcut="Vf" description="" text="private static float $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="91ddf39c-fa93-481c-b817-7197f33b1663" shortcut="Vby" description="" text="private static byte $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="32dc71cf-f2da-4f37-a862-f1ac17d64661" shortcut="Vd" description="" text="private static double $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="0b9d0922-3faa-4321-9ab7-17741f644fe4" shortcut="Vi" description="" text="private static int $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="98250a9c-146c-470b-9360-1b7f3e75d1cd" shortcut="Vs" description="" text="private static string $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="d8856c90-48c1-42cd-8ae4-d1495cab8025" shortcut="Vl" description="" text="private static long $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="d499973a-a6fc-4196-ae21-a7a219013101" shortcut="Vg" description="" text="private static System.Guid $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="609de273-24a0-446f-b2d5-e514ccc50f2f" shortcut="Vu" description="" text="private static uint $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="950055eb-f690-46e3-824e-cae07e8e2c5a" shortcut="Vt" description="" text="private static System.DateTime $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="cf9ca459-96e4-49f6-b1e6-20c2b426b2b2" shortcut="Vx" description="" text="private static System.Exception $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="4f7223fc-14b4-4925-b353-df9bb8ba41cd" shortcut="Vsb" description="" text="private static System.Text.StringBuilder $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="c488642f-d7b7-4cde-89a4-eddb59714698" shortcut="Vl." description="" text="private static System.Collections.Generic.List&lt;$type0$&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="e7b29ac7-fbde-4066-beaa-99fd45fe8551" shortcut="Vl.b" description="" text="private static System.Collections.Generic.List&lt;bool&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="6caa6234-2495-446c-b8e5-b35cb706ad15" shortcut="Vl.c" description="" text="private static System.Collections.Generic.List&lt;char&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="924d5007-18ef-4e21-97f4-8e0fb77e4643" shortcut="Vl.f" description="" text="private static System.Collections.Generic.List&lt;float&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="15dbdfc9-aa09-4d80-8475-a942ae700932" shortcut="Vl.by" description="" text="private static System.Collections.Generic.List&lt;byte&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="c44c2f35-24ff-493d-9e3b-c148a2259e2e" shortcut="Vl.d" description="" text="private static System.Collections.Generic.List&lt;double&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="3cab75b4-9e61-480d-94ce-be99a2277126" shortcut="Vl.i" description="" text="private static System.Collections.Generic.List&lt;int&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="02d7fa9e-a9dd-4a90-b239-2ea58e512a41" shortcut="Vl.s" description="" text="private static System.Collections.Generic.List&lt;string&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="d11481af-ff36-491e-a9fb-69ccdf3c0608" shortcut="Vl.l" description="" text="private static System.Collections.Generic.List&lt;long&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="991b23c4-9c91-489f-93da-aca90517f69e" shortcut="Vl.g" description="" text="private static System.Collections.Generic.List&lt;System.Guid&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a23bcc0c-01c5-4f74-b36f-dc537ede8e32" shortcut="Vl.u" description="" text="private static System.Collections.Generic.List&lt;uint&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="11c74a6d-1b1b-42fb-989f-919bb8fdacd4" shortcut="Vl.t" description="" text="private static System.Collections.Generic.List&lt;System.DateTime&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="2d3cf47a-535c-45fe-8008-3c574d37cc40" shortcut="Vh" description="" text="private static System.Collections.Generic.HashSet&lt;$type0$&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="4de60c6b-cd83-4cfb-9973-60289ff825e6" shortcut="Vhb" description="" text="private static System.Collections.Generic.HashSet&lt;bool&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="012cb316-883b-46e1-a6a2-9145468f860b" shortcut="Vhc" description="" text="private static System.Collections.Generic.HashSet&lt;char&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="4a078414-0377-424d-9d06-37144bed2605" shortcut="Vhf" description="" text="private static System.Collections.Generic.HashSet&lt;float&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="5285b535-20d3-4b60-b1c4-ecc18dfbe09e" shortcut="Vhby" description="" text="private static System.Collections.Generic.HashSet&lt;byte&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="93b5eaa3-f92c-4496-9de1-b01dcff3c0f0" shortcut="Vhd" description="" text="private static System.Collections.Generic.HashSet&lt;double&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="c2d4c55c-b367-4079-8270-4e170b19e2ea" shortcut="Vhi" description="" text="private static System.Collections.Generic.HashSet&lt;int&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="dc47db0b-0d54-42b1-9ed6-a2cb52a1f89b" shortcut="Vhs" description="" text="private static System.Collections.Generic.HashSet&lt;string&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a6d8a2bd-3b19-4b12-bf5a-c6a9f39abb1f" shortcut="Vhl" description="" text="private static System.Collections.Generic.HashSet&lt;long&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="3be0a49d-557a-4336-a36b-71c30218df6e" shortcut="Vhg" description="" text="private static System.Collections.Generic.HashSet&lt;System.Guid&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="4f7427bb-06ca-41d2-ad3a-c18762929303" shortcut="Vhu" description="" text="private static System.Collections.Generic.HashSet&lt;uint&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="addbe519-a169-4c3c-a617-c3b114bf0f8e" shortcut="Vht" description="" text="private static System.Collections.Generic.HashSet&lt;System.DateTime&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a625808f-9369-44b5-94cc-281ca38ba96e" shortcut="Vdi" description="" text="private static System.Collections.Generic.Dictionary&lt;$type0$,$type1$&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="type1" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="187b24e3-f8e4-4e10-bdeb-dd718252fa60" shortcut="V~" description="" text="private static System.Collections.Generic.IEnumerable&lt;$type0$&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="3681ad59-f6f7-472e-8a95-5e557e580fb4" shortcut="V~b" description="" text="private static System.Collections.Generic.IEnumerable&lt;bool&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="60101f39-5aa4-4b83-9db8-25a6d9cb690f" shortcut="V~c" description="" text="private static System.Collections.Generic.IEnumerable&lt;char&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="9adb8c22-1e07-4424-9349-202829ce903b" shortcut="V~f" description="" text="private static System.Collections.Generic.IEnumerable&lt;float&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="8be266dd-47cb-4e81-b173-0df107670b4a" shortcut="V~by" description="" text="private static System.Collections.Generic.IEnumerable&lt;byte&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="659bf24b-386b-4a9f-8636-cb28fd94ad65" shortcut="V~d" description="" text="private static System.Collections.Generic.IEnumerable&lt;double&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="9e34c5ec-a4c8-443a-8025-7cfe2ee7b63b" shortcut="V~i" description="" text="private static System.Collections.Generic.IEnumerable&lt;int&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="1ab803a8-c5e1-46e4-b2b5-95f25c1d0b46" shortcut="V~s" description="" text="private static System.Collections.Generic.IEnumerable&lt;string&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="d140edab-a303-4190-baba-1ce8f2bb9f34" shortcut="V~l" description="" text="private static System.Collections.Generic.IEnumerable&lt;long&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="ee926ad0-6edb-49c5-9a5a-ff2c3b4bb64d" shortcut="V~g" description="" text="private static System.Collections.Generic.IEnumerable&lt;System.Guid&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="abab1ff5-3f95-4486-9014-b9105f4c4f4c" shortcut="V~u" description="" text="private static System.Collections.Generic.IEnumerable&lt;uint&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="32b8cc9c-09ea-492a-ab69-ce58883ec94a" shortcut="V~t" description="" text="private static System.Collections.Generic.IEnumerable&lt;System.DateTime&gt; $fieldname$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="dd02b043-b427-4ef7-b191-2fe96a17f96b" shortcut="nb" description="" text="private bool $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="d5436b4b-c203-49b6-86cf-853b1d5c4b21" shortcut="n" description="" text="private {typename} $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="914d99e4-389a-4f98-90c1-c6b810ab2a06" shortcut="nc" description="" text="private char $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="2cef57f0-f508-4de7-a3f6-5767c504265b" shortcut="nf" description="" text="private float $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="b1eb08a6-fc5c-4f1e-bcb4-2f54456af8d3" shortcut="nby" description="" text="private byte $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="723cbc56-694d-4517-b1aa-323c6c1cf4df" shortcut="nd" description="" text="private double $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="7dc4ff58-101b-45ea-8c48-b95ecc4242b2" shortcut="ni" description="" text="private int $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a3de0286-cab7-4389-bcce-aee6f59e9a1b" shortcut="ns" description="" text="private string $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="b4e6edbf-1525-4a55-a857-0bffa3556567" shortcut="nl" description="" text="private long $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="9dd2602c-479c-4e49-a37b-b1742983261f" shortcut="ng" description="" text="private System.Guid $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="e4180f01-4bb6-4906-a669-7956aaddb48c" shortcut="nu" description="" text="private uint $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="18a1c144-2167-43f7-888e-9190dbaae547" shortcut="nt" description="" text="private System.DateTime $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="430bf234-adb3-47e4-b075-f4948aa6ffd0" shortcut="nx" description="" text="private System.Exception $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="5cfb0c66-dbaa-45ca-8727-f77447372b0d" shortcut="nsb" description="" text="private System.Text.StringBuilder $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="4400d390-a8dc-4936-9da5-8548c5beae81" shortcut="nl." description="" text="private System.Collections.Generic.List&lt;$type0$&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="e6bb6376-07e1-4867-b7ac-39fe6c3d2b69" shortcut="nl.b" description="" text="private System.Collections.Generic.List&lt;bool&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a97d6e5c-1547-4c4e-bff2-064a5848fcec" shortcut="nl.c" description="" text="private System.Collections.Generic.List&lt;char&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="efcd69b2-628c-4a8e-a7ab-5b373e68a445" shortcut="nl.f" description="" text="private System.Collections.Generic.List&lt;float&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="eee6758f-7372-4de3-8dcc-68ef6039b2b0" shortcut="nl.by" description="" text="private System.Collections.Generic.List&lt;byte&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a1d03929-bc72-4116-97ff-957ff48e59a4" shortcut="nl.d" description="" text="private System.Collections.Generic.List&lt;double&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="ebb7b178-040a-4c03-af8a-71afd1bbdd36" shortcut="nl.i" description="" text="private System.Collections.Generic.List&lt;int&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="9e7b2724-d4f7-4954-9851-17d6c35a4524" shortcut="nl.s" description="" text="private System.Collections.Generic.List&lt;string&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="d20778cc-df70-4648-b524-6dd428be968a" shortcut="nl.l" description="" text="private System.Collections.Generic.List&lt;long&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="8a02c349-be4c-4853-bf7f-726ace479e1c" shortcut="nl.g" description="" text="private System.Collections.Generic.List&lt;System.Guid&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="d47a9338-f8b0-4b92-a55b-27db41b2d3f7" shortcut="nl.u" description="" text="private System.Collections.Generic.List&lt;uint&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a33562c9-4b63-4ba9-a8f6-3fbcfcb87546" shortcut="nl.t" description="" text="private System.Collections.Generic.List&lt;System.DateTime&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="9366489f-5573-410d-aad6-c6e15ccbc31d" shortcut="nh" description="" text="private System.Collections.Generic.HashSet&lt;$type0$&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="486ae7f4-b4ff-4bfc-964e-2f46a50d0610" shortcut="nhb" description="" text="private System.Collections.Generic.HashSet&lt;bool&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="3a37b432-5057-4bf3-9c43-5af8374e3a59" shortcut="nhc" description="" text="private System.Collections.Generic.HashSet&lt;char&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="6f02e082-15e5-41a9-abcd-f65e3c5180da" shortcut="nhf" description="" text="private System.Collections.Generic.HashSet&lt;float&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="45cdcefe-4a5a-4606-af5b-a8cc1a1a5424" shortcut="nhby" description="" text="private System.Collections.Generic.HashSet&lt;byte&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="1db62812-54dd-41af-bb55-fc3f38ba34f9" shortcut="nhd" description="" text="private System.Collections.Generic.HashSet&lt;double&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="5027a330-3d7c-4408-a10b-ed60f30c50a4" shortcut="nhi" description="" text="private System.Collections.Generic.HashSet&lt;int&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="eb7ca2e7-d022-417c-bf92-bdd2ddf722e6" shortcut="nhs" description="" text="private System.Collections.Generic.HashSet&lt;string&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="240b34f6-0801-4007-a01e-310709f2b80b" shortcut="nhl" description="" text="private System.Collections.Generic.HashSet&lt;long&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="d9be34fd-da1d-428c-84e1-21f15fd5d014" shortcut="nhg" description="" text="private System.Collections.Generic.HashSet&lt;System.Guid&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="bc9c1f21-c2e4-4143-862e-a391da08af39" shortcut="nhu" description="" text="private System.Collections.Generic.HashSet&lt;uint&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="ae010a76-8514-42a9-a30a-1cad9a522631" shortcut="nht" description="" text="private System.Collections.Generic.HashSet&lt;System.DateTime&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="65f2cafd-0a52-42a4-a1d0-cf50643ca9de" shortcut="ndi" description="" text="private System.Collections.Generic.Dictionary&lt;$type0$,$type1$&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="type1" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="837cf483-2d24-4764-883c-190e1fb07a0b" shortcut="n~" description="" text="private System.Collections.Generic.IEnumerable&lt;$type0$&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="6f0f79f5-6dec-4e58-8d38-84b729470cb1" shortcut="n~b" description="" text="private System.Collections.Generic.IEnumerable&lt;bool&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="498c0439-9a9e-48c4-ab18-66e8ff5a6e8b" shortcut="n~c" description="" text="private System.Collections.Generic.IEnumerable&lt;char&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="fb4ec0dd-c97e-416a-884d-a595e70351ab" shortcut="n~f" description="" text="private System.Collections.Generic.IEnumerable&lt;float&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="34b47629-a16e-468c-b246-5500f1dc8416" shortcut="n~by" description="" text="private System.Collections.Generic.IEnumerable&lt;byte&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="3fa94269-508c-49bc-a8c6-1ce8ca5f92e5" shortcut="n~d" description="" text="private System.Collections.Generic.IEnumerable&lt;double&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="562c35ed-33e2-47e2-bfdf-899b39380a94" shortcut="n~i" description="" text="private System.Collections.Generic.IEnumerable&lt;int&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a01cd767-bb45-4332-90f3-c3aeeb595f1e" shortcut="n~s" description="" text="private System.Collections.Generic.IEnumerable&lt;string&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="d7b513a6-f107-4ed8-8ca0-a11786e86f18" shortcut="n~l" description="" text="private System.Collections.Generic.IEnumerable&lt;long&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="c9de290d-cb1b-43f5-a881-fe1d832b01df" shortcut="n~g" description="" text="private System.Collections.Generic.IEnumerable&lt;System.Guid&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="5f668557-d46a-48d1-8c8a-0451c53de618" shortcut="n~u" description="" text="private System.Collections.Generic.IEnumerable&lt;uint&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="501e2c79-10d9-4537-ada1-5e6be46e5d5c" shortcut="n~t" description="" text="private System.Collections.Generic.IEnumerable&lt;System.DateTime&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="170e1afd-97d9-436d-a32f-94fee6615bd1" shortcut="ob" description="" text="private readonly bool $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="030462ba-5c0e-4c50-999e-caa0f88aec42" shortcut="o" description="" text="private readonly {typename} $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a4ae27bf-fe62-4c00-a5af-092d573cc580" shortcut="oc" description="" text="private readonly char $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="68bf793b-c44a-43b2-abd7-85add2e6c4f2" shortcut="of" description="" text="private readonly float $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="b247366f-0400-436a-a446-35b10be894c5" shortcut="oby" description="" text="private readonly byte $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="9b864243-f595-4135-9a3b-8b2d951d97e6" shortcut="od" description="" text="private readonly double $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="025dfeec-683d-42dc-910a-0e30455330a9" shortcut="oi" description="" text="private readonly int $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="ab8038b9-81cc-4919-89b0-9724cc1360b0" shortcut="os" description="" text="private readonly string $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="b806350d-47d2-41ac-9edd-4852c988c096" shortcut="ol" description="" text="private readonly long $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="14547e9c-5690-46e8-a526-f2c27afc052f" shortcut="og" description="" text="private readonly System.Guid $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="2d2ba2fb-b15c-4817-a4d6-ca916ba9867c" shortcut="ou" description="" text="private readonly uint $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="efbd3beb-90b9-476e-8f03-6fda61042c87" shortcut="ot" description="" text="private readonly System.DateTime $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="15253447-bbd9-4034-8922-2d481f430a1a" shortcut="ox" description="" text="private readonly System.Exception $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="2fa41ce4-beba-410f-990b-511596651753" shortcut="osb" description="" text="private readonly System.Text.StringBuilder $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a6f5e02a-6cce-446f-ac82-4a360e8fd1e4" shortcut="ol." description="" text="private readonly System.Collections.Generic.List&lt;$type0$&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="7cb93303-ebb7-4e8c-b97c-5b6af23aabda" shortcut="ol.b" description="" text="private readonly System.Collections.Generic.List&lt;bool&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="09c5abe9-386a-44f2-a311-21b32e8b99e0" shortcut="ol.c" description="" text="private readonly System.Collections.Generic.List&lt;char&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="c7ca7947-769b-4b63-a4f7-0ac78e6c1647" shortcut="ol.f" description="" text="private readonly System.Collections.Generic.List&lt;float&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="9458b2ac-078b-4aba-b358-96e57417863f" shortcut="ol.by" description="" text="private readonly System.Collections.Generic.List&lt;byte&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="2372becd-d496-4de8-8976-1d1e2abec116" shortcut="ol.d" description="" text="private readonly System.Collections.Generic.List&lt;double&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="140bb9fb-780b-4d59-8170-1378eb1f5ed7" shortcut="ol.i" description="" text="private readonly System.Collections.Generic.List&lt;int&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="f60b6a13-6880-4db0-97aa-713900fc3078" shortcut="ol.s" description="" text="private readonly System.Collections.Generic.List&lt;string&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="f83ff751-1f5b-46fe-9b22-97c0120b1273" shortcut="ol.l" description="" text="private readonly System.Collections.Generic.List&lt;long&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="608c8aa7-f10d-475d-8c58-284d8698442d" shortcut="ol.g" description="" text="private readonly System.Collections.Generic.List&lt;System.Guid&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="bd4d7d36-278d-4500-ab4c-ffad4ed76af2" shortcut="ol.u" description="" text="private readonly System.Collections.Generic.List&lt;uint&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="d6f873e6-9f87-45e7-9b8d-43c6a4d0ab7f" shortcut="ol.t" description="" text="private readonly System.Collections.Generic.List&lt;System.DateTime&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="0bab26da-761d-4845-9e65-084cca3928dd" shortcut="oh" description="" text="private readonly System.Collections.Generic.HashSet&lt;$type0$&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="2f9ae7fe-edda-4c08-a085-ca49ce8003e1" shortcut="ohb" description="" text="private readonly System.Collections.Generic.HashSet&lt;bool&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="02a91980-bfb2-44a1-8e58-a728b9593785" shortcut="ohc" description="" text="private readonly System.Collections.Generic.HashSet&lt;char&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="03d4390f-6025-4fa2-a1ff-47a51f1621d1" shortcut="ohf" description="" text="private readonly System.Collections.Generic.HashSet&lt;float&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="e7f96361-ea14-413c-aa87-15a432b36512" shortcut="ohby" description="" text="private readonly System.Collections.Generic.HashSet&lt;byte&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="7931a285-07cc-484d-96bb-bfa225d9017d" shortcut="ohd" description="" text="private readonly System.Collections.Generic.HashSet&lt;double&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="477eee4f-59b2-47d4-9b67-01f439c70ef5" shortcut="ohi" description="" text="private readonly System.Collections.Generic.HashSet&lt;int&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="1d6f8607-f424-417e-af30-15648b375d7e" shortcut="ohs" description="" text="private readonly System.Collections.Generic.HashSet&lt;string&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="1cf61aea-a658-475c-a138-0891d6383ed1" shortcut="ohl" description="" text="private readonly System.Collections.Generic.HashSet&lt;long&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="3b18afad-45c7-4316-b7b5-01139f2f5433" shortcut="ohg" description="" text="private readonly System.Collections.Generic.HashSet&lt;System.Guid&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="8b820b75-7470-4f72-8fb1-c173a4035b4d" shortcut="ohu" description="" text="private readonly System.Collections.Generic.HashSet&lt;uint&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="998b3467-f81b-4e20-9276-c6a324ab83a1" shortcut="oht" description="" text="private readonly System.Collections.Generic.HashSet&lt;System.DateTime&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="9b29c861-2856-454a-894f-516180185faa" shortcut="odi" description="" text="private readonly System.Collections.Generic.Dictionary&lt;$type0$,$type1$&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="type1" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="91d76dde-7541-4212-8c40-bc7ebbb68575" shortcut="o~" description="" text="private readonly System.Collections.Generic.IEnumerable&lt;$type0$&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="fea5f6a0-c952-475f-bc9c-924f8db60a36" shortcut="o~b" description="" text="private readonly System.Collections.Generic.IEnumerable&lt;bool&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a1fb44fb-9e45-44f6-b423-3c2b9dd64214" shortcut="o~c" description="" text="private readonly System.Collections.Generic.IEnumerable&lt;char&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="01d69341-2de8-49df-b628-ab3ac6a22d49" shortcut="o~f" description="" text="private readonly System.Collections.Generic.IEnumerable&lt;float&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="c9b025c2-5396-4962-9de9-b7e9680e9b0f" shortcut="o~by" description="" text="private readonly System.Collections.Generic.IEnumerable&lt;byte&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="704f912e-4c99-4f12-b982-3f878095e731" shortcut="o~d" description="" text="private readonly System.Collections.Generic.IEnumerable&lt;double&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="7975e08e-2727-4f9b-b20f-ad2509bf76e2" shortcut="o~i" description="" text="private readonly System.Collections.Generic.IEnumerable&lt;int&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="2046ddda-2143-449f-a41d-ab16023943b8" shortcut="o~s" description="" text="private readonly System.Collections.Generic.IEnumerable&lt;string&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="26c2d079-588b-4f23-befa-b645b32190db" shortcut="o~l" description="" text="private readonly System.Collections.Generic.IEnumerable&lt;long&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="3eed78c8-77f4-4aaa-9c93-89be62c3eb76" shortcut="o~g" description="" text="private readonly System.Collections.Generic.IEnumerable&lt;System.Guid&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="24f7b801-1eb6-4768-94f6-ea29611fc737" shortcut="o~u" description="" text="private readonly System.Collections.Generic.IEnumerable&lt;uint&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="3ee52741-07c8-4c27-b49d-02e7b6e035af" shortcut="o~t" description="" text="private readonly System.Collections.Generic.IEnumerable&lt;System.DateTime&gt; $fieldname$ = $defaultvalue$;$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="fieldname" expression="suggestVariableName()" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="2c585e07-d6cb-4224-b7ec-a1ddf982b2ae" shortcut="mb" description="" text="public bool $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="cdd335af-1daa-4a29-8ac6-5c766aaa642b" shortcut="m" description="" text="public void $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="af5ccc5c-cf64-4e58-b8d3-82e782739c9e" shortcut="mc" description="" text="public char $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="0e33f9c4-5038-4675-af67-720841cc2aff" shortcut="mf" description="" text="public float $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="3c7dff90-74ce-4f28-98f6-4dc061f77a0c" shortcut="mby" description="" text="public byte $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="c5d7abd4-1ccc-4c4a-86d0-2188d75cbb03" shortcut="md" description="" text="public double $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="fce3671a-b1b5-4d72-b315-09dd18a6283c" shortcut="mi" description="" text="public int $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="47c214a9-9e0a-4ede-9840-b9fddf4ec1bf" shortcut="ms" description="" text="public string $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="4e68eb06-7aab-46c9-b4ac-62a5b9895571" shortcut="ml" description="" text="public long $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="6a1b8629-9b18-431f-917c-8a6d6ff4a634" shortcut="mg" description="" text="public System.Guid $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="02e7a959-3700-4f19-963a-07d5d7b73920" shortcut="mu" description="" text="public uint $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="5048d0c1-dcd6-41a0-be9a-30550e0d0828" shortcut="mt" description="" text="public System.DateTime $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="bb61dda0-d35f-4b2a-8825-68e64cd0ebdd" shortcut="mx" description="" text="public System.Exception $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="29de6257-ff71-4e2f-a4da-622496989ada" shortcut="msb" description="" text="public System.Text.StringBuilder $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="21df7e49-f078-4ad0-aa10-71286890421a" shortcut="ml." description="" text="public System.Collections.Generic.List&lt;$type0$&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="dfddf39a-6db2-44c7-99dd-9eff6e195586" shortcut="ml.b" description="" text="public System.Collections.Generic.List&lt;bool&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="da1fe7c7-fdc1-4f23-83c3-18a792865060" shortcut="ml.c" description="" text="public System.Collections.Generic.List&lt;char&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="12389d52-c197-41d2-9e45-7e25ec4ea0c5" shortcut="ml.f" description="" text="public System.Collections.Generic.List&lt;float&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="356d40ff-206c-4a2d-a6ac-51353cdf2364" shortcut="ml.by" description="" text="public System.Collections.Generic.List&lt;byte&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="404cf674-7723-4152-b48f-d56b4fd19482" shortcut="ml.d" description="" text="public System.Collections.Generic.List&lt;double&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="e9bbb5bc-2274-4aca-b76e-aac68e428e04" shortcut="ml.i" description="" text="public System.Collections.Generic.List&lt;int&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="3f45e22a-4103-47c4-9790-d1d969df3bab" shortcut="ml.s" description="" text="public System.Collections.Generic.List&lt;string&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="f1fe46c6-5716-4e63-88dd-1e881e157a4e" shortcut="ml.l" description="" text="public System.Collections.Generic.List&lt;long&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="4acffe38-12e0-48fd-b7e0-3bb2824f5af9" shortcut="ml.g" description="" text="public System.Collections.Generic.List&lt;System.Guid&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="218f8614-ed3a-46c9-ae7e-74bab479fc8d" shortcut="ml.u" description="" text="public System.Collections.Generic.List&lt;uint&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="69915fcc-9131-49fd-a6e1-b4ae35008019" shortcut="ml.t" description="" text="public System.Collections.Generic.List&lt;System.DateTime&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="e5b4ed3e-20f9-4ed2-9a6b-4d86834bb131" shortcut="mh" description="" text="public System.Collections.Generic.HashSet&lt;$type0$&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="ad50bfa7-7297-4407-8a1d-f13be63951ea" shortcut="mhb" description="" text="public System.Collections.Generic.HashSet&lt;bool&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="2073efba-2ba3-4d7e-8433-619ec28dbbde" shortcut="mhc" description="" text="public System.Collections.Generic.HashSet&lt;char&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="454bc2ec-c1e1-413d-a547-6a70d1734a64" shortcut="mhf" description="" text="public System.Collections.Generic.HashSet&lt;float&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="f8f76b22-f6f9-41a3-a1b6-fed59d9c8a36" shortcut="mhby" description="" text="public System.Collections.Generic.HashSet&lt;byte&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="8d520455-87d4-4e97-bd81-ce63a65c4623" shortcut="mhd" description="" text="public System.Collections.Generic.HashSet&lt;double&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="e7380c31-b931-4617-aaf3-559b6f79f0ce" shortcut="mhi" description="" text="public System.Collections.Generic.HashSet&lt;int&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a20015a3-bca9-4303-bf95-1f959cf2d000" shortcut="mhs" description="" text="public System.Collections.Generic.HashSet&lt;string&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="0508516d-28eb-4d76-805a-ee2a9f1f3043" shortcut="mhl" description="" text="public System.Collections.Generic.HashSet&lt;long&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a6060c7c-f640-48b1-8be0-73bf6b236335" shortcut="mhg" description="" text="public System.Collections.Generic.HashSet&lt;System.Guid&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="ee95bb24-17d8-4d7b-8459-fa09461bcb02" shortcut="mhu" description="" text="public System.Collections.Generic.HashSet&lt;uint&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="0e636af0-a685-4e3b-919b-375e74e4a015" shortcut="mht" description="" text="public System.Collections.Generic.HashSet&lt;System.DateTime&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="66b60325-cdda-4db0-8878-4c1cdc80bc93" shortcut="mdi" description="" text="public System.Collections.Generic.Dictionary&lt;$type0$,$type1$&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="type1" expression="constant(&quot;Type&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="4100eaee-cfd2-4d42-b279-2be1ca9b2874" shortcut="m~" description="" text="public System.Collections.Generic.IEnumerable&lt;$type0$&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="030fb7f4-8f39-4724-8a66-42ba18f406f3" shortcut="m~b" description="" text="public System.Collections.Generic.IEnumerable&lt;bool&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="250d6078-9096-4c98-a0cc-eac07e59f9e8" shortcut="m~c" description="" text="public System.Collections.Generic.IEnumerable&lt;char&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="ecac2c84-85c2-4057-941d-280e72d35cf0" shortcut="m~f" description="" text="public System.Collections.Generic.IEnumerable&lt;float&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="f3a27fbe-4721-4a65-b6b9-f7f5d9b13913" shortcut="m~by" description="" text="public System.Collections.Generic.IEnumerable&lt;byte&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a731cb01-1351-46fc-b3a2-6a668f548411" shortcut="m~d" description="" text="public System.Collections.Generic.IEnumerable&lt;double&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="f66d8368-db00-472f-b223-a6f9bb26bfef" shortcut="m~i" description="" text="public System.Collections.Generic.IEnumerable&lt;int&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="f75625a2-4531-40d4-a43b-8e512fdccc78" shortcut="m~s" description="" text="public System.Collections.Generic.IEnumerable&lt;string&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="fc09f06d-55c9-439f-b5ec-c93e7ef13181" shortcut="m~l" description="" text="public System.Collections.Generic.IEnumerable&lt;long&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a72e4c29-eb68-4964-b6d3-536772ff12a9" shortcut="m~g" description="" text="public System.Collections.Generic.IEnumerable&lt;System.Guid&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="e28e1c4e-6792-4e4f-8305-92785c052178" shortcut="m~u" description="" text="public System.Collections.Generic.IEnumerable&lt;uint&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="85b20e7b-48a7-4686-b61a-5695488cacf0" shortcut="m~t" description="" text="public System.Collections.Generic.IEnumerable&lt;System.DateTime&gt; $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="629b91a4-72ae-41c4-8a3e-d007da9969e6" shortcut="tb" description="" text="public bool $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="053e53a6-e9a7-4366-8ad4-e6e7824995a7" shortcut="t" description="" text="public void $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="8f03d84e-783c-43d4-ad5a-2dfd7c950886" shortcut="tc" description="" text="public char $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="b8f2d72f-d688-42b1-b60e-54c6356f8b73" shortcut="tf" description="" text="public float $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="63d7ff09-3d11-4a3b-bdfa-57508fa3c7f6" shortcut="tby" description="" text="public byte $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="0791f501-7d85-4912-a537-fe23a862aba5" shortcut="td" description="" text="public double $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="13517a49-be27-4198-abf1-01643b4aa3cd" shortcut="ti" description="" text="public int $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="5bc57a72-5fd6-420b-b27b-043037391b93" shortcut="ts" description="" text="public string $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="9fc43f09-94a4-4242-9d52-1a7065fc0ccb" shortcut="tl" description="" text="public long $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="8c5819f3-7704-44bf-a46a-aac79d67a57d" shortcut="tg" description="" text="public System.Guid $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a832ae96-afee-4d02-b09e-e822672b7084" shortcut="tu" description="" text="public uint $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="b170999e-b12c-42c8-8c6f-a8208e326844" shortcut="tt" description="" text="public System.DateTime $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="0e40be19-558a-48b0-b33a-c8596dc3bbda" shortcut="tx" description="" text="public System.Exception $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="1f7e95dd-b48e-493f-815b-9e7ebc6aa0ac" shortcut="tsb" description="" text="public System.Text.StringBuilder $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="16788663-6e81-4a14-8f16-d931a4c0a253" shortcut="tl." description="" text="public System.Collections.Generic.List&lt;$type0$&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="5b46f338-0e68-4679-b0cf-d0b256a571d1" shortcut="tl.b" description="" text="public System.Collections.Generic.List&lt;bool&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="dc65d659-05a1-4963-9ee8-f85c2a4178a3" shortcut="tl.c" description="" text="public System.Collections.Generic.List&lt;char&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="037f76f2-fad8-416b-9d8f-fa9fce7c0167" shortcut="tl.f" description="" text="public System.Collections.Generic.List&lt;float&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="957ded9a-6b77-4eca-9a80-ed55f76800b9" shortcut="tl.by" description="" text="public System.Collections.Generic.List&lt;byte&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="fbb28cf6-7c0b-4210-b316-88b142a9d0fd" shortcut="tl.d" description="" text="public System.Collections.Generic.List&lt;double&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="7990fcaa-2120-4900-a669-e0141c35e9a4" shortcut="tl.i" description="" text="public System.Collections.Generic.List&lt;int&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="6eaf7e70-10b8-47a3-bb15-3db6a455ff07" shortcut="tl.s" description="" text="public System.Collections.Generic.List&lt;string&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="65a99be9-4cee-4ec9-b7df-99113ae46b0c" shortcut="tl.l" description="" text="public System.Collections.Generic.List&lt;long&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="dc56cfb8-6c4a-4cdf-aafe-69e7a0635ee9" shortcut="tl.g" description="" text="public System.Collections.Generic.List&lt;System.Guid&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="591d9324-4962-439c-bb0a-931582418015" shortcut="tl.u" description="" text="public System.Collections.Generic.List&lt;uint&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="459ea157-86bb-4394-945e-82fb65b933bd" shortcut="tl.t" description="" text="public System.Collections.Generic.List&lt;System.DateTime&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="719e18de-9492-4cf6-9497-543b6f2de0fb" shortcut="th" description="" text="public System.Collections.Generic.HashSet&lt;$type0$&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="631dca8c-843d-4f28-a92e-678d2d4ee368" shortcut="thb" description="" text="public System.Collections.Generic.HashSet&lt;bool&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="504fdb13-9361-4604-8527-b43cb70fe899" shortcut="thc" description="" text="public System.Collections.Generic.HashSet&lt;char&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="029029ba-9021-44e6-8a6a-c0bd9d78d67e" shortcut="thf" description="" text="public System.Collections.Generic.HashSet&lt;float&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="975eef9a-d818-454c-ab62-09d84c02b761" shortcut="thby" description="" text="public System.Collections.Generic.HashSet&lt;byte&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="57948700-2e54-42d4-b399-05c9ae626170" shortcut="thd" description="" text="public System.Collections.Generic.HashSet&lt;double&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="8433b37b-f909-432f-990a-1142260cb9cb" shortcut="thi" description="" text="public System.Collections.Generic.HashSet&lt;int&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a0974dbf-d7c8-4a95-895c-c304025381d9" shortcut="ths" description="" text="public System.Collections.Generic.HashSet&lt;string&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a2e40956-6fe3-4df0-a2ac-810b9bdbee71" shortcut="thl" description="" text="public System.Collections.Generic.HashSet&lt;long&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="223fa77e-68d6-43f9-9e81-1ec7edaa158e" shortcut="thg" description="" text="public System.Collections.Generic.HashSet&lt;System.Guid&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="82084fe0-e905-42e3-ba04-fc3a529cbed2" shortcut="thu" description="" text="public System.Collections.Generic.HashSet&lt;uint&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="78664e6b-4378-4809-96b5-9c25b2ae5b89" shortcut="tht" description="" text="public System.Collections.Generic.HashSet&lt;System.DateTime&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a2377eeb-fa3d-416b-a292-9aa3a0d21209" shortcut="tdi" description="" text="public System.Collections.Generic.Dictionary&lt;$type0$,$type1$&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="type1" expression="constant(&quot;Type&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="5c0e938d-65a7-43a1-9e8b-8cd9b724ac7a" shortcut="t~" description="" text="public System.Collections.Generic.IEnumerable&lt;$type0$&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="9e94a3cd-ddab-4873-8ba3-8c5417b919ba" shortcut="t~b" description="" text="public System.Collections.Generic.IEnumerable&lt;bool&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="e8b6b0b6-0bc9-45f5-b9e0-9ff7a091f4fa" shortcut="t~c" description="" text="public System.Collections.Generic.IEnumerable&lt;char&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="449d57a5-6f06-49b1-abb6-a53e182995fc" shortcut="t~f" description="" text="public System.Collections.Generic.IEnumerable&lt;float&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="58f1378c-018e-46ae-bd20-90376e030e95" shortcut="t~by" description="" text="public System.Collections.Generic.IEnumerable&lt;byte&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="e32833eb-aa16-47c6-a895-a2b2ae7604a9" shortcut="t~d" description="" text="public System.Collections.Generic.IEnumerable&lt;double&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="b9d6b7b9-bfe3-42c7-9c16-e721535dfa8b" shortcut="t~i" description="" text="public System.Collections.Generic.IEnumerable&lt;int&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="af7f1b41-e466-4fdb-9f62-f1cda5676097" shortcut="t~s" description="" text="public System.Collections.Generic.IEnumerable&lt;string&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a1ffa7e5-b435-4c85-a004-288eed0d7374" shortcut="t~l" description="" text="public System.Collections.Generic.IEnumerable&lt;long&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="20d23daf-2be2-434b-8c04-fc3f90fcf05f" shortcut="t~g" description="" text="public System.Collections.Generic.IEnumerable&lt;System.Guid&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="d822da66-633d-468c-a509-97d8b13cd325" shortcut="t~u" description="" text="public System.Collections.Generic.IEnumerable&lt;uint&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="1f752630-c4b7-4280-92e2-24f6da3ed2f8" shortcut="t~t" description="" text="public System.Collections.Generic.IEnumerable&lt;System.DateTime&gt; $testmethodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="typename" expression="constant(&quot;MyTestMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="138629ad-7594-460e-9628-9734e6bc53ff" shortcut="Mb" description="" text="public static void $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="d7e9e42f-60c3-46cd-b579-f72131291045" shortcut="M" description="" text="public static void $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="41a94a72-d70a-4306-800c-c40f332880b8" shortcut="Mc" description="" text="public static void $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="4b741c21-3443-44af-b662-c2edbdb79320" shortcut="Mf" description="" text="public static void $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="9697669f-028d-428f-b2f1-7d5455bb8705" shortcut="Mby" description="" text="public static void $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="19e7c78b-dd4f-4475-b337-c83dac7661c3" shortcut="Md" description="" text="public static void $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="56b225d3-7518-4865-8ef4-59b2d949be95" shortcut="Mi" description="" text="public static void $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="902fece7-22b3-4a3e-bcd3-3fb79a210a02" shortcut="Ms" description="" text="public static void $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="041fa69e-7571-4eb7-8667-083df69214d2" shortcut="Ml" description="" text="public static void $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="bb41c4b9-d9ee-4685-a141-ced1a5ae0cb9" shortcut="Mg" description="" text="public static void $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="06b09457-ac6d-483f-93da-1112dc69e9e0" shortcut="Mu" description="" text="public static void $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="6b3c9a97-f5ef-4448-87eb-8fa49d5e02e6" shortcut="Mt" description="" text="public static void $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="6b77842d-d7b5-4f86-8f59-f2155e2b1f45" shortcut="Mx" description="" text="public static void $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="12d26cce-624c-4831-a70a-88ce5fc1bed4" shortcut="Msb" description="" text="public static void $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="4883d91a-57bb-4c49-b6a9-bf98bcd87a4c" shortcut="Ml." description="" text="public static void $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="2836af80-c180-4d32-bd28-415499ba01f7" shortcut="Mh" description="" text="public static void $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="9d278d8b-973d-4ae0-b984-a52f1dd16d7c" shortcut="Mdi" description="" text="public static void $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a7145da4-892b-458d-bc54-2fc81ff8353f" shortcut="M~" description="" text="public static void $methodname$(){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="8740a240-6d5f-40b5-ab36-ccf277ab77c0" shortcut="MMb" description="" text="public static void $methodname$(this bool obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="e1b39b4a-5c2d-41c4-9146-26c5f8376c2f" shortcut="MM" description="" text="public static void $methodname$(this void obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="3157825d-0058-4a20-bc8e-464039891fce" shortcut="MMc" description="" text="public static void $methodname$(this char obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="7216bc87-a232-491f-bd22-98fe4c5c77d1" shortcut="MMf" description="" text="public static void $methodname$(this float obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="fccfce10-7179-4fb6-85bd-3c3a20a08d0b" shortcut="MMby" description="" text="public static void $methodname$(this byte obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="338bec0e-a120-4630-8c71-c357b99c7602" shortcut="MMd" description="" text="public static void $methodname$(this double obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="35ebb658-8f89-44c3-bab9-8ccc62111d2e" shortcut="MMi" description="" text="public static void $methodname$(this int obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="cf75afaa-f587-4c2a-9da9-7d5b499fb876" shortcut="MMs" description="" text="public static void $methodname$(this string obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="824d5e6d-d63b-4a3f-a9ad-5b5d3dc1608b" shortcut="MMl" description="" text="public static void $methodname$(this long obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="3780c33f-fca8-4c5d-aeb6-ace7c7502377" shortcut="MMg" description="" text="public static void $methodname$(this System.Guid obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="5415ceca-8b4f-4a01-a3f8-a988a5537aed" shortcut="MMu" description="" text="public static void $methodname$(this uint obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="7bf731ff-2903-4238-8454-dded3d4b6430" shortcut="MMt" description="" text="public static void $methodname$(this System.DateTime obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="6012cac6-3903-4bfb-a51c-377ef00580ab" shortcut="MMx" description="" text="public static void $methodname$(this System.Exception obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="8d1aef5e-4cff-43ac-b850-1eddb6f4de3e" shortcut="MMsb" description="" text="public static void $methodname$(this System.Text.StringBuilder obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="b2fb4468-980d-41c9-a615-a0817f05b91d" shortcut="MMl." description="" text="public static void $methodname$(this System.Collections.Generic.List&lt;$type0$&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="b79aa2d4-02f2-431a-8db1-989e7c583d32" shortcut="MMl.b" description="" text="public static void $methodname$(this System.Collections.Generic.List&lt;bool&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="8ef21c12-0ed9-4155-9ddb-cd76c3763ad5" shortcut="MMl.c" description="" text="public static void $methodname$(this System.Collections.Generic.List&lt;char&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="808611a5-2716-479b-9549-be5ebc15537e" shortcut="MMl.f" description="" text="public static void $methodname$(this System.Collections.Generic.List&lt;float&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="217b912e-0e94-4a03-953c-8085ab1d85ca" shortcut="MMl.by" description="" text="public static void $methodname$(this System.Collections.Generic.List&lt;byte&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="d079e660-efbb-4547-946f-38c94cfb5e38" shortcut="MMl.d" description="" text="public static void $methodname$(this System.Collections.Generic.List&lt;double&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="ff0f6856-14df-45c5-86be-549d7196028e" shortcut="MMl.i" description="" text="public static void $methodname$(this System.Collections.Generic.List&lt;int&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="59d8988f-f1b0-4fdf-99dd-a3646058d23e" shortcut="MMl.s" description="" text="public static void $methodname$(this System.Collections.Generic.List&lt;string&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="15e8d454-f0e6-498a-ae2e-d72dcc5031e5" shortcut="MMl.l" description="" text="public static void $methodname$(this System.Collections.Generic.List&lt;long&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="d029e5e9-56b7-41ac-b53b-18c0b2c7a639" shortcut="MMl.g" description="" text="public static void $methodname$(this System.Collections.Generic.List&lt;System.Guid&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="85486005-0422-4975-bc71-71a37201e2b9" shortcut="MMl.u" description="" text="public static void $methodname$(this System.Collections.Generic.List&lt;uint&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="c8f7fc86-8beb-4a5d-bfe8-5baac5ac8d4a" shortcut="MMl.t" description="" text="public static void $methodname$(this System.Collections.Generic.List&lt;System.DateTime&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="b01bcb72-f59c-46c9-ad20-be7ce816754d" shortcut="MMh" description="" text="public static void $methodname$(this System.Collections.Generic.HashSet&lt;$type0$&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="49d319fb-9283-49d7-8d80-e31b8114b886" shortcut="MMhb" description="" text="public static void $methodname$(this System.Collections.Generic.HashSet&lt;bool&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="16426d4b-a817-46aa-a66b-769c7b281836" shortcut="MMhc" description="" text="public static void $methodname$(this System.Collections.Generic.HashSet&lt;char&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a10ab93d-68ea-4f6a-9594-1f4108e4aa80" shortcut="MMhf" description="" text="public static void $methodname$(this System.Collections.Generic.HashSet&lt;float&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="9e2e0bb5-5c2c-4cce-8aa8-629b45c0222c" shortcut="MMhby" description="" text="public static void $methodname$(this System.Collections.Generic.HashSet&lt;byte&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="454dd4a4-839e-463b-80ba-11888a41d314" shortcut="MMhd" description="" text="public static void $methodname$(this System.Collections.Generic.HashSet&lt;double&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="91c35a6b-0f0e-43ab-9ad3-73f8f22c427a" shortcut="MMhi" description="" text="public static void $methodname$(this System.Collections.Generic.HashSet&lt;int&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="5ff8125a-f611-494a-a03b-9a188d7829c4" shortcut="MMhs" description="" text="public static void $methodname$(this System.Collections.Generic.HashSet&lt;string&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="4a57a295-569d-4ac1-95f3-633b83eb6583" shortcut="MMhl" description="" text="public static void $methodname$(this System.Collections.Generic.HashSet&lt;long&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a48a9e36-2041-4358-9e45-f9c1a6b2bb1a" shortcut="MMhg" description="" text="public static void $methodname$(this System.Collections.Generic.HashSet&lt;System.Guid&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="8a3f7986-ac34-4088-8ee4-e767ee898033" shortcut="MMhu" description="" text="public static void $methodname$(this System.Collections.Generic.HashSet&lt;uint&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="07d07956-12da-4d7c-add1-74f164efd169" shortcut="MMht" description="" text="public static void $methodname$(this System.Collections.Generic.HashSet&lt;System.DateTime&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="bd46787a-48d8-4507-baf3-2a6882d68591" shortcut="MMdi" description="" text="public static void $methodname$(this System.Collections.Generic.Dictionary&lt;$type0$,$type1$&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="type1" expression="constant(&quot;Type&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="2134034d-be5d-404e-9b55-41c052a6cb14" shortcut="MM~" description="" text="public static void $methodname$(this System.Collections.Generic.IEnumerable&lt;$type0$&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="b9dac5e0-8ae6-4689-8d16-a12579f1b99e" shortcut="MM~b" description="" text="public static void $methodname$(this System.Collections.Generic.IEnumerable&lt;bool&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="c7700832-52fb-42b2-baf7-1b01ec1a844c" shortcut="MM~c" description="" text="public static void $methodname$(this System.Collections.Generic.IEnumerable&lt;char&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="2c3f87c2-c706-4338-ab81-2f2c37c16973" shortcut="MM~f" description="" text="public static void $methodname$(this System.Collections.Generic.IEnumerable&lt;float&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="676af510-782e-476e-9df7-b91fb5cda2f3" shortcut="MM~by" description="" text="public static void $methodname$(this System.Collections.Generic.IEnumerable&lt;byte&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="1fde8ad9-3998-41aa-b741-7c085344f214" shortcut="MM~d" description="" text="public static void $methodname$(this System.Collections.Generic.IEnumerable&lt;double&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="490b2a61-6244-4175-a4c4-63f78b159e6a" shortcut="MM~i" description="" text="public static void $methodname$(this System.Collections.Generic.IEnumerable&lt;int&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="6907fb71-7d17-4e2a-8013-0bffc4c28150" shortcut="MM~s" description="" text="public static void $methodname$(this System.Collections.Generic.IEnumerable&lt;string&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="9c4f2065-aa8c-489b-a257-a82521b19b32" shortcut="MM~l" description="" text="public static void $methodname$(this System.Collections.Generic.IEnumerable&lt;long&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="4dbd874c-1aea-40c1-982d-a8edfc44943c" shortcut="MM~g" description="" text="public static void $methodname$(this System.Collections.Generic.IEnumerable&lt;System.Guid&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="2276ea21-0cf2-431c-a04b-ed4e75fe75a0" shortcut="MM~u" description="" text="public static void $methodname$(this System.Collections.Generic.IEnumerable&lt;uint&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="6e798f17-99a5-4ff7-ad84-296190b4c511" shortcut="MM~t" description="" text="public static void $methodname$(this System.Collections.Generic.IEnumerable&lt;System.DateTime&gt; obj){&#xA;$END$&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="methodname" expression="constant(&quot;MyMethod&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="afb64281-e8cf-49d8-bd81-ea586603b37d" shortcut="pb" description="" text="public bool $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="75c62f96-e519-4f0b-848b-8dc4e86c296d" shortcut="p" description="" text="public {typename} $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="33f561bf-22d0-479a-8b95-d96483fcee70" shortcut="pc" description="" text="public char $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="3a52f9d9-3634-4dd8-9139-c36aa0a11f43" shortcut="pf" description="" text="public float $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="4563826f-46de-4314-9c5e-1d87e2ad66c5" shortcut="pby" description="" text="public byte $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="b4122309-a3af-4702-b23d-f823c57ec63d" shortcut="pd" description="" text="public double $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="1769da7a-97a2-4218-8827-ba579ab0e95b" shortcut="pi" description="" text="public int $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="8109d04d-5168-4f69-a475-4edf1c78bc40" shortcut="ps" description="" text="public string $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="b023cc09-690f-435a-8f9e-48d669557c9d" shortcut="pl" description="" text="public long $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="bcd62784-77fb-4eae-9c68-c69780d96e67" shortcut="pg" description="" text="public System.Guid $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="e8343457-902a-4ee1-bbca-70fef8af7039" shortcut="pu" description="" text="public uint $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="3acfb42b-8c7d-4fcf-91c6-3e9dcbbf3386" shortcut="pt" description="" text="public System.DateTime $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="14f80fb4-d29e-4080-9e02-2f4e42ea23a1" shortcut="px" description="" text="public System.Exception $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="5f47e77e-a89e-446a-bcbc-4550d5eef9de" shortcut="psb" description="" text="public System.Text.StringBuilder $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="25d51971-9e8b-4c77-96ae-bf3f67fdd82f" shortcut="pl." description="" text="public System.Collections.Generic.List&lt;$type0$&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="11df4894-eaa1-4dc9-beee-01a338fa8c38" shortcut="pl.b" description="" text="public System.Collections.Generic.List&lt;bool&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="3054019c-5325-4b6d-bbdd-58577dafe5ae" shortcut="pl.c" description="" text="public System.Collections.Generic.List&lt;char&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="2af9b384-cbe0-4fb2-b8d7-0f685c9f6faa" shortcut="pl.f" description="" text="public System.Collections.Generic.List&lt;float&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="28332403-485e-4ccb-89af-da9f74427c89" shortcut="pl.by" description="" text="public System.Collections.Generic.List&lt;byte&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="79d70311-87ac-4214-8b50-c516219e2b8f" shortcut="pl.d" description="" text="public System.Collections.Generic.List&lt;double&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="1702248d-c1f0-4fb4-b153-90ad95d43cb3" shortcut="pl.i" description="" text="public System.Collections.Generic.List&lt;int&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="2e597787-fc3e-4cb4-9579-f04b1e25430c" shortcut="pl.s" description="" text="public System.Collections.Generic.List&lt;string&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="30321d35-e38b-42b0-bf6d-fa02a472c794" shortcut="pl.l" description="" text="public System.Collections.Generic.List&lt;long&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="13ddc15f-17ef-4526-8d18-76e022e4be85" shortcut="pl.g" description="" text="public System.Collections.Generic.List&lt;System.Guid&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="17518dc7-4c6f-40a1-916a-7cd2e8b82d03" shortcut="pl.u" description="" text="public System.Collections.Generic.List&lt;uint&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="b0f22af5-678e-4421-88f8-6904fddcf276" shortcut="pl.t" description="" text="public System.Collections.Generic.List&lt;System.DateTime&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="e0b989fc-75e8-423f-8030-e0fa55011076" shortcut="ph" description="" text="public System.Collections.Generic.HashSet&lt;$type0$&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="75da88ec-c6b7-4193-be34-4e9ebcd0b1a1" shortcut="phb" description="" text="public System.Collections.Generic.HashSet&lt;bool&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="90b0f69e-9b57-4b46-86e5-0b3a7437ca21" shortcut="phc" description="" text="public System.Collections.Generic.HashSet&lt;char&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="101b0fda-b247-422f-b95f-30a0d1491323" shortcut="phf" description="" text="public System.Collections.Generic.HashSet&lt;float&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="28d9b349-2ee4-4143-94b0-4b743e9bdf58" shortcut="phby" description="" text="public System.Collections.Generic.HashSet&lt;byte&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="cdf0e6b4-d26b-477e-bfb2-352ca4660d0f" shortcut="phd" description="" text="public System.Collections.Generic.HashSet&lt;double&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="e43e9112-1fab-48b0-ac6f-afd5e0f29749" shortcut="phi" description="" text="public System.Collections.Generic.HashSet&lt;int&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="ccdc2589-e0d4-4c4e-9d80-db0ecaadaf04" shortcut="phs" description="" text="public System.Collections.Generic.HashSet&lt;string&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="2d46a5bd-d85c-4eee-b255-28ae9bed5146" shortcut="phl" description="" text="public System.Collections.Generic.HashSet&lt;long&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="5bfedf11-1849-4f10-b8a5-bf151fa5414f" shortcut="phg" description="" text="public System.Collections.Generic.HashSet&lt;System.Guid&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="02a2bf22-defd-4bbb-915d-c9a54bf48bcd" shortcut="phu" description="" text="public System.Collections.Generic.HashSet&lt;uint&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a72a715c-a5b0-43b9-960d-b3d73efc1e02" shortcut="pht" description="" text="public System.Collections.Generic.HashSet&lt;System.DateTime&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="468af89c-94b7-4237-879e-e69181d4dc31" shortcut="pdi" description="" text="public System.Collections.Generic.Dictionary&lt;$type0$,$type1$&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="type1" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="e3229313-23c3-4014-87f0-673583a7c315" shortcut="p~" description="" text="public System.Collections.Generic.IEnumerable&lt;$type0$&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="48abf74d-31d7-4007-9e5c-dbf956ee5227" shortcut="p~b" description="" text="public System.Collections.Generic.IEnumerable&lt;bool&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="bdfac667-b811-4cd3-9f39-59db50fecfd7" shortcut="p~c" description="" text="public System.Collections.Generic.IEnumerable&lt;char&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="4bb4d88e-18a3-41f7-ad53-b1af2b330a8b" shortcut="p~f" description="" text="public System.Collections.Generic.IEnumerable&lt;float&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="2282f82a-a55a-425d-9af2-27c245a5fdc0" shortcut="p~by" description="" text="public System.Collections.Generic.IEnumerable&lt;byte&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="48af488b-1205-47e0-a4b5-6641cd37df9e" shortcut="p~d" description="" text="public System.Collections.Generic.IEnumerable&lt;double&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="d5fb42d0-02fe-4c51-ab52-57f71091883f" shortcut="p~i" description="" text="public System.Collections.Generic.IEnumerable&lt;int&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a91aa5b8-015c-4523-ad84-04d1d1dc44a5" shortcut="p~s" description="" text="public System.Collections.Generic.IEnumerable&lt;string&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="8f238092-aee5-4453-8bee-15757caf5dad" shortcut="p~l" description="" text="public System.Collections.Generic.IEnumerable&lt;long&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="ae49c845-7dfa-43d2-b6a2-4763c1729c29" shortcut="p~g" description="" text="public System.Collections.Generic.IEnumerable&lt;System.Guid&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="96908b0c-fc42-4220-b6d2-452c9daa2a04" shortcut="p~u" description="" text="public System.Collections.Generic.IEnumerable&lt;uint&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="4b74b338-8b4e-4670-8e74-4c81f90003eb" shortcut="p~t" description="" text="public System.Collections.Generic.IEnumerable&lt;System.DateTime&gt; $propname${ get; set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="39c1df3d-f5aa-45ea-a0cf-52071c001dee" shortcut="prb" description="" text="public bool $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="e41ca24b-6bcb-4b55-ab61-1f441fe9641d" shortcut="pr" description="" text="public {typename} $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="0b3a0498-bfae-4ffa-b0ad-6cfab926eeab" shortcut="prc" description="" text="public char $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="11ac202f-acbb-4ccc-ada8-35d190f5c081" shortcut="prf" description="" text="public float $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="47520556-fab9-455c-8c6b-4ce783faabc0" shortcut="prby" description="" text="public byte $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a929a7bc-5346-41c0-90f1-4176283e00d5" shortcut="prd" description="" text="public double $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="99659095-7245-4569-9eda-f5522616975d" shortcut="pri" description="" text="public int $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="b81a378e-5956-45d7-a98e-8d99a3c3deed" shortcut="prs" description="" text="public string $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="c0602f74-10af-45d2-8be0-6c63a5ca5c92" shortcut="prl" description="" text="public long $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="00697d29-976e-4bdb-8b1b-93c3a0accd8e" shortcut="prg" description="" text="public System.Guid $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="0ed878db-e896-44db-89f9-c79c1f4fc329" shortcut="pru" description="" text="public uint $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="bb240017-cada-40e4-a19f-817aeb06a000" shortcut="prt" description="" text="public System.DateTime $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="bc3d8ca8-024c-4c08-b7db-855acb62513f" shortcut="prx" description="" text="public System.Exception $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="f1e4febc-7ce4-469e-8faa-a6ef7e51f9e2" shortcut="prsb" description="" text="public System.Text.StringBuilder $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="26e8489d-a63b-4dec-9002-92c2f8f724c9" shortcut="prl." description="" text="public System.Collections.Generic.List&lt;$type0$&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a6589c02-8803-40a4-a754-be7e9231add4" shortcut="prl.b" description="" text="public System.Collections.Generic.List&lt;bool&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="89d2b2df-0f36-4948-b2d1-6536d1ac6c1e" shortcut="prl.c" description="" text="public System.Collections.Generic.List&lt;char&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="3677e448-e5a5-445d-8a42-78b46e8c0167" shortcut="prl.f" description="" text="public System.Collections.Generic.List&lt;float&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="38408653-2673-4d64-8186-f2bbddd53ac7" shortcut="prl.by" description="" text="public System.Collections.Generic.List&lt;byte&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="ebf34f39-714c-46c6-98ec-2c5134a93192" shortcut="prl.d" description="" text="public System.Collections.Generic.List&lt;double&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="393fc373-8402-40a7-8aa0-749c4b9881df" shortcut="prl.i" description="" text="public System.Collections.Generic.List&lt;int&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="777b1809-6d8e-45de-aa2f-3987ac734426" shortcut="prl.s" description="" text="public System.Collections.Generic.List&lt;string&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="ac0369f6-9704-41b0-a3aa-0741864fe005" shortcut="prl.l" description="" text="public System.Collections.Generic.List&lt;long&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="e62caeeb-9d6f-4c2a-ba63-83390fe50c76" shortcut="prl.g" description="" text="public System.Collections.Generic.List&lt;System.Guid&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="c2fec53b-6d54-4750-9522-56152137a4bb" shortcut="prl.u" description="" text="public System.Collections.Generic.List&lt;uint&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="31126cbf-7938-4379-bd90-f5c1e588fbe6" shortcut="prl.t" description="" text="public System.Collections.Generic.List&lt;System.DateTime&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="4941192b-60d8-4fd5-9e96-2e406bb34cf1" shortcut="prh" description="" text="public System.Collections.Generic.HashSet&lt;$type0$&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="dc315541-2d8a-4c29-8d50-94082ba1251b" shortcut="prhb" description="" text="public System.Collections.Generic.HashSet&lt;bool&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="ad018f53-1c14-45b4-a173-0413f8a60a8b" shortcut="prhc" description="" text="public System.Collections.Generic.HashSet&lt;char&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="0909e12d-ed5d-425d-a102-e91a904fe330" shortcut="prhf" description="" text="public System.Collections.Generic.HashSet&lt;float&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="9a573a18-620c-4e88-a6a0-4a32370ad923" shortcut="prhby" description="" text="public System.Collections.Generic.HashSet&lt;byte&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="7b4bf021-ca0a-4dc7-b8d0-f8da14d0d387" shortcut="prhd" description="" text="public System.Collections.Generic.HashSet&lt;double&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="927cf596-fdb1-42d4-bca0-bc6c9d172fc4" shortcut="prhi" description="" text="public System.Collections.Generic.HashSet&lt;int&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="0cd4df6d-9ef9-419c-8d75-bb8647354198" shortcut="prhs" description="" text="public System.Collections.Generic.HashSet&lt;string&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="43406a0b-5249-40d4-85e9-f868d106304b" shortcut="prhl" description="" text="public System.Collections.Generic.HashSet&lt;long&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="80fb3283-2138-4587-8085-fb6cef1987ad" shortcut="prhg" description="" text="public System.Collections.Generic.HashSet&lt;System.Guid&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="ccd34032-7e93-4485-a098-78e4d97ce48e" shortcut="prhu" description="" text="public System.Collections.Generic.HashSet&lt;uint&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="1e8abdb8-9a89-440c-9542-652de48048ab" shortcut="prht" description="" text="public System.Collections.Generic.HashSet&lt;System.DateTime&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="42b85a63-fedc-477f-b70a-a2efecb7da90" shortcut="prdi" description="" text="public System.Collections.Generic.Dictionary&lt;$type0$,$type1$&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="type1" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a8d6ae94-0e89-463b-9e3a-6f43bf7ac116" shortcut="pr~" description="" text="public System.Collections.Generic.IEnumerable&lt;$type0$&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="ae825834-61f0-4a5b-a8b9-349cf2690ee9" shortcut="pr~b" description="" text="public System.Collections.Generic.IEnumerable&lt;bool&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="cf74e76b-9c67-491e-b712-8ae209f14d6a" shortcut="pr~c" description="" text="public System.Collections.Generic.IEnumerable&lt;char&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="69677587-7996-4aa0-9e57-9470b3113846" shortcut="pr~f" description="" text="public System.Collections.Generic.IEnumerable&lt;float&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="eabd9524-480d-4993-9c59-d79cd16a17cf" shortcut="pr~by" description="" text="public System.Collections.Generic.IEnumerable&lt;byte&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="20f2ef34-ea44-45af-ae0b-67f4b028c32d" shortcut="pr~d" description="" text="public System.Collections.Generic.IEnumerable&lt;double&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="c0e1afdf-0583-459d-a716-df90442a1a94" shortcut="pr~i" description="" text="public System.Collections.Generic.IEnumerable&lt;int&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="8c5ae5f2-a581-473e-822c-6fb6f7bd86d3" shortcut="pr~s" description="" text="public System.Collections.Generic.IEnumerable&lt;string&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="25993fbf-13c2-4a86-a90b-ead3b3e9f88d" shortcut="pr~l" description="" text="public System.Collections.Generic.IEnumerable&lt;long&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="13d833a7-1b48-4956-9465-198c6e0c7b6e" shortcut="pr~g" description="" text="public System.Collections.Generic.IEnumerable&lt;System.Guid&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="5ed300bc-351e-4d95-b071-dc0f6d6cbf79" shortcut="pr~u" description="" text="public System.Collections.Generic.IEnumerable&lt;uint&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="81987700-b41d-48bc-8072-36fb194b0df2" shortcut="pr~t" description="" text="public System.Collections.Generic.IEnumerable&lt;System.DateTime&gt; $propname${ get; private set; }$END$" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="511e77c8-ca68-400c-8c63-28ce0c30c9af" shortcut="db" description="" text="public bool $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (bool)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(bool), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="dd018610-f10d-4cf5-ab72-6ed2b5483309" shortcut="d" description="" text="public {typename} $propname$&#xD;&#xA;{&#xD;&#xA;  get { return ({typename})GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof({typename}), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="af4ff2ae-b62e-4f88-8f4b-60d0eba35a35" shortcut="dc" description="" text="public char $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (char)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(char), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="f46f89fd-846c-49aa-8d71-c24f3ce6c7ef" shortcut="df" description="" text="public float $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (float)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(float), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="7dff55ab-9baa-477f-a0cd-2081a714db5c" shortcut="dby" description="" text="public byte $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (byte)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(byte), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="3690da24-f7e8-475d-a670-6af4d0f16c89" shortcut="dd" description="" text="public double $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (double)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(double), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="d9f9c403-e97a-4946-9a79-29e0b0f496e8" shortcut="di" description="" text="public int $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (int)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(int), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="3d6de738-5481-4c88-9b9e-647ffabe5771" shortcut="ds" description="" text="public string $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (string)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(string), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="20178f31-0616-4fbd-88b5-c71061254e77" shortcut="dl" description="" text="public long $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (long)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(long), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a75749ef-1437-41d4-b1bc-dc2ca95c8996" shortcut="dg" description="" text="public System.Guid $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Guid)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Guid), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="bec0743f-6877-4965-88d8-98dfffc24dcd" shortcut="du" description="" text="public uint $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (uint)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(uint), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="68bdb3fb-9280-4c17-94a0-b8d5bf5c7fd2" shortcut="dt" description="" text="public System.DateTime $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.DateTime)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.DateTime), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="c40b3938-d9b5-46a4-8053-44c560a032ee" shortcut="dx" description="" text="public System.Exception $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Exception)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Exception), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="c4042934-4a11-4a62-b218-d2cd42727303" shortcut="dsb" description="" text="public System.Text.StringBuilder $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Text.StringBuilder)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Text.StringBuilder), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="ec585d10-166c-4397-9ef4-7b67caccc3e5" shortcut="dl." description="" text="public System.Collections.Generic.List&lt;$type0$&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.List&lt;$type0$&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.List&lt;$type0$&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="6753603e-8458-485b-be98-10886e805db8" shortcut="dl.b" description="" text="public System.Collections.Generic.List&lt;bool&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.List&lt;bool&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.List&lt;bool&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="c662791e-97cf-48f1-9358-ea3ff273f755" shortcut="dl.c" description="" text="public System.Collections.Generic.List&lt;char&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.List&lt;char&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.List&lt;char&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="e1d24aeb-5b30-49e4-9ebf-0798168c89e1" shortcut="dl.f" description="" text="public System.Collections.Generic.List&lt;float&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.List&lt;float&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.List&lt;float&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="6dc30541-9932-44fc-a767-a9cfa498a54a" shortcut="dl.by" description="" text="public System.Collections.Generic.List&lt;byte&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.List&lt;byte&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.List&lt;byte&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="0a617650-0d6c-49e5-a799-4b308901e81e" shortcut="dl.d" description="" text="public System.Collections.Generic.List&lt;double&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.List&lt;double&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.List&lt;double&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="5effc115-1dd9-4421-a714-07fbec2a69fe" shortcut="dl.i" description="" text="public System.Collections.Generic.List&lt;int&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.List&lt;int&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.List&lt;int&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="3cdd36ba-1d03-49ff-b3b8-a0e2c1435920" shortcut="dl.s" description="" text="public System.Collections.Generic.List&lt;string&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.List&lt;string&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.List&lt;string&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="0803cc65-f171-40a5-a7fe-286096c1f41e" shortcut="dl.l" description="" text="public System.Collections.Generic.List&lt;long&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.List&lt;long&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.List&lt;long&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="f4826430-450d-400f-90fa-5b4834be100b" shortcut="dl.g" description="" text="public System.Collections.Generic.List&lt;System.Guid&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.List&lt;System.Guid&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.List&lt;System.Guid&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="7761a7b9-d65b-4ab0-9c41-fd5554afaf8c" shortcut="dl.u" description="" text="public System.Collections.Generic.List&lt;uint&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.List&lt;uint&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.List&lt;uint&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="55812ee2-411e-4394-825e-65abf2acc40c" shortcut="dl.t" description="" text="public System.Collections.Generic.List&lt;System.DateTime&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.List&lt;System.DateTime&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.List&lt;System.DateTime&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="36e68a06-2930-4e16-a4d4-095f9b5b0ff0" shortcut="dh" description="" text="public System.Collections.Generic.HashSet&lt;$type0$&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.HashSet&lt;$type0$&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.HashSet&lt;$type0$&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a197e519-44aa-41ec-824f-a0da17ef5683" shortcut="dhb" description="" text="public System.Collections.Generic.HashSet&lt;bool&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.HashSet&lt;bool&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.HashSet&lt;bool&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="3c4a8dbe-3e31-4d6b-a20a-ed9376beaaf4" shortcut="dhc" description="" text="public System.Collections.Generic.HashSet&lt;char&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.HashSet&lt;char&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.HashSet&lt;char&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="77393bf5-63d0-49a1-833b-f6885739b9d4" shortcut="dhf" description="" text="public System.Collections.Generic.HashSet&lt;float&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.HashSet&lt;float&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.HashSet&lt;float&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="c8a58323-097a-44ef-887e-3e5416b9c0e2" shortcut="dhby" description="" text="public System.Collections.Generic.HashSet&lt;byte&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.HashSet&lt;byte&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.HashSet&lt;byte&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="a1f0942a-0dd3-4bb0-bcb5-d2dd094c69cb" shortcut="dhd" description="" text="public System.Collections.Generic.HashSet&lt;double&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.HashSet&lt;double&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.HashSet&lt;double&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="15d7c226-623e-4eb3-a263-780437cf1bc2" shortcut="dhi" description="" text="public System.Collections.Generic.HashSet&lt;int&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.HashSet&lt;int&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.HashSet&lt;int&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="32bd05e1-ff92-4d5a-98cd-6752699e517d" shortcut="dhs" description="" text="public System.Collections.Generic.HashSet&lt;string&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.HashSet&lt;string&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.HashSet&lt;string&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="cb4ef0d9-1e75-4b5c-9600-7cf404e37698" shortcut="dhl" description="" text="public System.Collections.Generic.HashSet&lt;long&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.HashSet&lt;long&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.HashSet&lt;long&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="42e3630e-d36a-449e-9fee-05b57749dce9" shortcut="dhg" description="" text="public System.Collections.Generic.HashSet&lt;System.Guid&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.HashSet&lt;System.Guid&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.HashSet&lt;System.Guid&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="14605564-beb9-409a-8841-3220089fe915" shortcut="dhu" description="" text="public System.Collections.Generic.HashSet&lt;uint&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.HashSet&lt;uint&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.HashSet&lt;uint&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="b2764e10-c1f0-4570-bfaf-0800c1087ee6" shortcut="dht" description="" text="public System.Collections.Generic.HashSet&lt;System.DateTime&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.HashSet&lt;System.DateTime&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.HashSet&lt;System.DateTime&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="980da4e1-2f61-4260-951b-348b0a7221a1" shortcut="ddi" description="" text="public System.Collections.Generic.Dictionary&lt;$type0$,$type1$&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.Dictionary&lt;$type0$,$type1$&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.Dictionary&lt;$type0$,$type1$&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="type1" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="2a6b3737-7e3e-4c4e-b346-06ea76a76a82" shortcut="d~" description="" text="public System.Collections.Generic.IEnumerable&lt;$type0$&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.IEnumerable&lt;$type0$&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.IEnumerable&lt;$type0$&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="type0" expression="constant(&quot;Type&quot;)" initialRange="0" />
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="18f6f388-9769-4715-b65c-b704236c375d" shortcut="d~b" description="" text="public System.Collections.Generic.IEnumerable&lt;bool&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.IEnumerable&lt;bool&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.IEnumerable&lt;bool&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="2b4f6106-db48-4abf-b060-627ecbb862f2" shortcut="d~c" description="" text="public System.Collections.Generic.IEnumerable&lt;char&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.IEnumerable&lt;char&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.IEnumerable&lt;char&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="3ab85ca7-ff07-43ec-94e3-2f90226a9877" shortcut="d~f" description="" text="public System.Collections.Generic.IEnumerable&lt;float&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.IEnumerable&lt;float&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.IEnumerable&lt;float&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="dc04c667-4d2d-4cb1-9f05-d794d417379f" shortcut="d~by" description="" text="public System.Collections.Generic.IEnumerable&lt;byte&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.IEnumerable&lt;byte&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.IEnumerable&lt;byte&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="2cf782c8-fd5e-4385-b823-179a3ff65f6e" shortcut="d~d" description="" text="public System.Collections.Generic.IEnumerable&lt;double&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.IEnumerable&lt;double&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.IEnumerable&lt;double&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="e5e2eefc-fc9a-4cbd-9f6e-507da5da02e8" shortcut="d~i" description="" text="public System.Collections.Generic.IEnumerable&lt;int&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.IEnumerable&lt;int&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.IEnumerable&lt;int&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="eb3ed3fe-0760-4214-8cee-9c54d0eb07d7" shortcut="d~s" description="" text="public System.Collections.Generic.IEnumerable&lt;string&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.IEnumerable&lt;string&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.IEnumerable&lt;string&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="0ceafd12-74c3-49ec-8957-85bdeaa5dad9" shortcut="d~l" description="" text="public System.Collections.Generic.IEnumerable&lt;long&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.IEnumerable&lt;long&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.IEnumerable&lt;long&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="84e286cc-e926-43dd-aaf9-258e30ca3736" shortcut="d~g" description="" text="public System.Collections.Generic.IEnumerable&lt;System.Guid&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.IEnumerable&lt;System.Guid&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.IEnumerable&lt;System.Guid&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="83e3c123-6b11-4e21-8efd-7137008ff1f3" shortcut="d~u" description="" text="public System.Collections.Generic.IEnumerable&lt;uint&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.IEnumerable&lt;uint&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.IEnumerable&lt;uint&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="096c076a-6797-407e-b4d7-01e66eded8e6" shortcut="d~t" description="" text="public System.Collections.Generic.IEnumerable&lt;System.DateTime&gt; $propname$&#xD;&#xA;{&#xD;&#xA;  get { return (System.Collections.Generic.IEnumerable&lt;System.DateTime&gt;)GetValue($propname$Property); }&#xD;&#xA;  set { SetValue($propname$Property, value); }&#xD;&#xA;}&#xD;&#xA;&#xD;&#xA;public static readonly System.Windows.DependencyProperty $propname$Property =&#xD;&#xA;System.Windows.DependencyProperty.Register(&quot;$propname$&quot;, typeof(System.Collections.Generic.IEnumerable&lt;System.DateTime&gt;), typeof($ownerclass$), new System.Windows.PropertyMetadata($defaultvalue$));" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" />
    </Context>
    <Variables>
      <Variable name="propname" expression="constant(&quot;MyProperty&quot;)" initialRange="0" />
      <Variable name="defaultvalue" expression="constant(&quot;value&quot;)" initialRange="0" />
      <Variable name="ownerclass" expression="typeName()" initialRange="-1" />
    </Variables>
    <CustomProperties />
  </Template>
</TemplatesExport>