public object GetGuid() { var result = new { guidGenerator = _guidGenerator.GetGuid(), guidFactory = _guidFactory.GetGuid() }; return(result); }