public ListCategoryMotionStoreRequest(CategoryMotionRequest.Type type, uint start, uint end)
 {
     CategoryType = type;
     Start = start;
     End = end;
     RequestKey = GetType() + type.ToString() + start.ToString() + end.ToString();
 }