namespace Common;
public static class CommonSchemas
{
public const string DocumentSchema = "dcm";
public const string CommonSchema = "cmn";
}